This commit is contained in:
4am 2019-09-24 16:01:03 -04:00
parent 17dcfca273
commit 041a3b92b9

View File

@ -76,7 +76,7 @@ gGameToLaunch=*+1
jsr okvs_nth
; A/Y = address of game filename
+STAY SAVE
+STAY @pfile
+STAY @pfile ; assume we're loading a game-specific prelaunch file
jsr Home ; clear screen (clobbers $106, must do now before loading prelaunch code)
lda #$20 ; clear both hi-res pages
@ -100,11 +100,10 @@ gGameToLaunch=*+1
@noCheats
+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
!word kPrelaunchDirectory ; file that will set up the cheats, so load that
@pfile !word $FDFD ; SMC
jsr LoadFile ; if cheats are enabled and this game has a prelaunch
!word kPrelaunchDirectory ; file that will set up the cheats, load that, otherwise
@pfile !word $FDFD ; load the standard prelaunch file
!word $0106
ldx #1 ; construct path to game's startup file