mist: cabin: can link to channelwood again

This commit is contained in:
Vince Weaver 2020-06-16 15:00:20 -04:00
parent 4b1ef860b4
commit 92327600de

View File

@ -35,12 +35,18 @@ channel_link_book:
lda #CHANNEL_ARRIVAL lda #CHANNEL_ARRIVAL
sta LOCATION sta LOCATION
lda #DIRECTION_S lda #DIRECTION_S
sta DIRECTION sta DIRECTION
jsr change_location lda #LOAD_CHANNEL
rts sta WHICH_LOAD
set_level_over:
lda #$ff
sta LEVEL_OVER
rts
channel_movie: channel_movie:
.word channel_sprite0,channel_sprite1,channel_sprite2 .word channel_sprite0,channel_sprite1,channel_sprite2