use standard macros

This commit is contained in:
4am 2019-09-24 15:57:43 -04:00
parent 3755f700ba
commit 17dcfca273

View File

@ -98,10 +98,8 @@ gGameToLaunch=*+1
ldy gCheatsAvailable,x ; are there any cheats for this game?
bne @Cheats
@noCheats
lda #<kStandardPrelaunch ; no game-specific prelaunch file, so
sta @pfile
lda #>kStandardPrelaunch ; load standard prelaunch file instead
sta @pfile+1
+LDADDR kStandardPrelaunch ; no game-specific prelaunch file, so
+STAY @pfile ; load standard prelaunch file instead
@Cheats
jsr LoadFile ; cheats are enabled and this game has a prelaunch