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
1 changed files with 8 additions and 2 deletions

View File

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