ootw: c1: give some time after getting off rope

This commit is contained in:
Vince Weaver
2019-08-18 12:42:15 -04:00
parent 69cf4408c2
commit 56415059b0
2 changed files with 15 additions and 0 deletions

View File

@@ -23,7 +23,19 @@ setup_beast:
beq setup_beast_left beq setup_beast_left
setup_beast_right: setup_beast_right:
; after rope scene, put beast further back so you
; have time to run a bit
lda WHICH_CAVE
cmp #4
bne beast_left_set_normal
lda #240
jmp beast_left_set_x
beast_left_set_normal:
lda #248 ; -8 = 248 lda #248 ; -8 = 248
beast_left_set_x:
sta BEAST_X sta BEAST_X
jmp setup_no_beast jmp setup_no_beast

View File

@@ -14,6 +14,9 @@ ootw_pool:
lda #0 lda #0
sta EARTH_OFFSET sta EARTH_OFFSET
lda #4
sta WHICH_CAVE
;=========================== ;===========================
; Setup pages (is this necessary?) ; Setup pages (is this necessary?)