mirror of
https://github.com/a2-4am/passport.git
synced 2025-01-11 01:29:56 +00:00
improve support for The Wizard and the Princess
This commit is contained in:
parent
59bde34b30
commit
78d4c3eb06
@ -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
|
||||
|
@ -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 " "
|
||||
|
Loading…
x
Reference in New Issue
Block a user