restart further back when pressing 0

This commit is contained in:
4am 2018-10-12 19:43:40 -04:00
parent 052894065a
commit c64b3eed16
2 changed files with 5 additions and 2 deletions

View File

@ -249,6 +249,7 @@ Action
jsr CreateRAMFile jsr CreateRAMFile
+ jsr ResetProgress + jsr ResetProgress
jsr InitSectorMap jsr InitSectorMap
Reaction
lda #FALSE lda #FALSE
sta gTriedUniv sta gTriedUniv
sta gSaidWriting sta gSaidWriting
@ -599,8 +600,10 @@ TheEnd
jmp MainMenu jmp MainMenu
HandleRedoWithIgnore HandleRedoWithIgnore
jsr ResetProgress
jsr InitSectorMapWithIgnore jsr InitSectorMapWithIgnore
; note: execution falls through here jmp Reaction
HandleRedo HandleRedo
jsr ClearScreen jsr ClearScreen
lda #s_header lda #s_header

View File

@ -148,7 +148,7 @@ StringTable
; can be set directly before calling PrintByID. ; can be set directly before calling PrintByID.
; ;
.header .header
!text "Passport by 4am 2018-10-11",$00 !text "Passport by 4am 2018-10-12",$00
.mainmenu .mainmenu
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D !text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D
!text " " !text " "