From 382b5ea779295cc7108a32582b43e21a5a058806 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Mon, 29 Jul 2019 11:38:48 -0400 Subject: [PATCH] ootw: fix some issues from last night --- ootw/ootw_c1_arrival.s | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/ootw/ootw_c1_arrival.s b/ootw/ootw_c1_arrival.s index 23bdfa36..dcc8d8c9 100644 --- a/ootw/ootw_c1_arrival.s +++ b/ootw/ootw_c1_arrival.s @@ -216,7 +216,7 @@ no_move_bubbles: bne no_move_console ldx CONSOLE_Y - cpx #40 + cpx #48 bcs no_move_console ; bge inx @@ -354,7 +354,7 @@ ripple4_sprite: .byte $66,$66,$26,$5E,$2F,$2F,$2F,$66,$66,$26,$26,$26 -tentacle_progression: +tentacle_monster_progression: .word tentacle_sprite1 .word tentacle_sprite2 .word tentacle_sprite3 @@ -441,6 +441,17 @@ tentacle_sprite7: .byte $AA,$55,$AA .byte $AA,$55,$AA +tentacle_sprite8: + .byte 3,8 + .byte $AA,$55,$AA + .byte $55,$AA,$AA + .byte $55,$AA,$AA + .byte $A5,$55,$AA + .byte $AA,$55,$AA + .byte $AA,$55,$AA + .byte $AA,$55,$AA + .byte $AA,$55,$AA + bubbles_sprite: .byte 5,2