mirror of
https://github.com/a2-4am/passport.git
synced 2024-12-22 04:29:59 +00:00
don't let The Game Show escape
This commit is contained in:
parent
cd37eaba50
commit
ebcd3df3dd
@ -161,7 +161,6 @@ VerifyInfocom18
|
||||
stx $43
|
||||
stx $44
|
||||
stx $45
|
||||
bne +
|
||||
|
||||
.retryrw18
|
||||
jsr ReadNib
|
||||
@ -172,7 +171,7 @@ VerifyInfocom18
|
||||
bne --
|
||||
jsr .rw18pro
|
||||
bne .badrw18
|
||||
+ ldx $2D
|
||||
ldx $2D
|
||||
cmp $40,x
|
||||
beq .badrw18
|
||||
sta $40,x
|
||||
|
@ -41,7 +41,7 @@ TraceDOS32LO
|
||||
.TraceDOS32c
|
||||
lda #$03
|
||||
ldx #$0D
|
||||
ldy #$39
|
||||
ldy #$36
|
||||
jsr CompareMemory
|
||||
!byte $A6,$2B
|
||||
!byte $A9,$09
|
||||
@ -70,7 +70,6 @@ TraceDOS32LO
|
||||
!byte $AD,$CC,$03
|
||||
!byte $85,$3F
|
||||
!byte $E6,$3F
|
||||
!byte $6C,$3E,$00
|
||||
bcs .tryChoplifter
|
||||
lda $03CC
|
||||
cmp #$B2 ; RDOS
|
||||
@ -100,6 +99,18 @@ TraceDOS32LO
|
||||
lda #$00
|
||||
sta jCallRWTS+1
|
||||
|
||||
;don't let The Game Show print
|
||||
|
||||
lda $343
|
||||
eor #$4C
|
||||
bne +
|
||||
sta $345
|
||||
lda #$6C
|
||||
sta $343
|
||||
lda #$3E
|
||||
sta $344
|
||||
+
|
||||
|
||||
; set up final trace
|
||||
|
||||
lda #$4C
|
||||
|
Loading…
Reference in New Issue
Block a user