mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-08-14 17:27:42 +00:00
mist: stoney: fix back-to-mist glitch
had one too many jsr w/o a ret
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user