mirror of
https://github.com/a2-4am/passport.git
synced 2024-12-26 01:29:39 +00:00
restart further back when pressing 0
This commit is contained in:
parent
052894065a
commit
c64b3eed16
@ -249,6 +249,7 @@ Action
|
||||
jsr CreateRAMFile
|
||||
+ jsr ResetProgress
|
||||
jsr InitSectorMap
|
||||
Reaction
|
||||
lda #FALSE
|
||||
sta gTriedUniv
|
||||
sta gSaidWriting
|
||||
@ -599,8 +600,10 @@ TheEnd
|
||||
jmp MainMenu
|
||||
|
||||
HandleRedoWithIgnore
|
||||
jsr ResetProgress
|
||||
jsr InitSectorMapWithIgnore
|
||||
; note: execution falls through here
|
||||
jmp Reaction
|
||||
|
||||
HandleRedo
|
||||
jsr ClearScreen
|
||||
lda #s_header
|
||||
|
@ -148,7 +148,7 @@ StringTable
|
||||
; can be set directly before calling PrintByID.
|
||||
;
|
||||
.header
|
||||
!text "Passport by 4am 2018-10-11",$00
|
||||
!text "Passport by 4am 2018-10-12",$00
|
||||
.mainmenu
|
||||
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D
|
||||
!text " "
|
||||
|
Loading…
Reference in New Issue
Block a user