mirror of
https://github.com/a2-4am/passport.git
synced 2025-01-02 17:30:53 +00:00
relax IDD5D5F7 [fixes Trivia Fever]
This commit is contained in:
parent
2a66e59951
commit
8dda6c43c9
@ -18,8 +18,10 @@
|
||||
;-------------------------------
|
||||
!zone {
|
||||
IDD5D5F7
|
||||
lda $084C
|
||||
cmp #$08
|
||||
lda #$08
|
||||
cmp $08F2
|
||||
beq .yes ; passport-test-suite/Trivia Fever (BB03 variant 3).woz [Z=1] matches
|
||||
cmp $084C
|
||||
bne .no
|
||||
lda $08B0
|
||||
cmp #$B6
|
||||
@ -27,7 +29,7 @@ IDD5D5F7
|
||||
lda $08D0
|
||||
cmp #$20
|
||||
bne .no
|
||||
clc
|
||||
.yes clc
|
||||
!byte $24
|
||||
.no sec
|
||||
rts ; passport-test-suite/RoboMath.woz [C=0] matches
|
||||
|
@ -288,7 +288,7 @@ StringTableHigh
|
||||
; can be set directly before calling PrintByID.
|
||||
;
|
||||
.header
|
||||
!text "Passport by 4am 2021-03-24",$00
|
||||
!text "Passport by 4am 2021-04-02",$00
|
||||
.mainmenu
|
||||
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D,$8D
|
||||
!text " "
|
||||
|
Loading…
Reference in New Issue
Block a user