improve support for The Wizard and the Princess

This commit is contained in:
Peter Ferrie 2018-01-16 22:54:25 -08:00
parent 59bde34b30
commit 78d4c3eb06
2 changed files with 7 additions and 5 deletions

View File

@ -61,19 +61,21 @@
!byte $8D,$8D,$BE ;STA $BE8D
pla
sec
sbc #$0B
sbc #$0D
tax
pla
ldy #8
ldy #10
jsr compare
!byte $A9,$85 ;LDA #$85
!byte $8D,$7D,$BE ;STA $BE7D
!byte $A9,$6B ;LDA #$6B
!byte $8D,$7E,$BE ;STA $BE7E
bcs ++
ldy #8
ldy #10
jsr modify
!byte $A9,$A0 ;LDA #$A0
!byte $8D,$8C,$BE ;STA $BE8C
!byte $A9,$6B ;LDA #$6B
!byte $A9,$B9 ;LDA #$B9
!byte $8D,$8D,$BE ;STA $BE8D
++ pla
clc

View File

@ -138,7 +138,7 @@ StringTable
; can be set directly before calling PrintByID.
;
.header
!text "Passport by 4am 2018-01-15",$00
!text "Passport by 4am 2018-01-16",$00
.mainmenu
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D
!text " "