mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-08 12:30:47 +00:00
mist: stoney: fix back-to-mist glitch
had one too many jsr w/o a ret
This commit is contained in:
parent
31f1162e60
commit
58b3810683
@ -19,8 +19,15 @@ mist_link_book:
|
||||
sta BTC_L
|
||||
lda #>linking_noise
|
||||
sta BTC_H
|
||||
|
||||
ldy #0
|
||||
lda (BTC_L),Y
|
||||
cmp #$55 ; hack
|
||||
bne skip_audio
|
||||
|
||||
ldx #LINKING_NOISE_LENGTH ; 45 pages long???
|
||||
jsr play_audio
|
||||
skip_audio:
|
||||
|
||||
lda #OCTAGON_CEILING
|
||||
sta LOCATION
|
||||
|
@ -400,7 +400,7 @@ do_animate_stoney_book:
|
||||
lda #0
|
||||
sta ANIMATE_FRAME
|
||||
done_animate_book:
|
||||
jmp nothing_special
|
||||
rts
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user