From a1aad0419d2f43fda146367694349bb0effb28ad Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Fri, 1 Mar 2019 16:41:44 -0500 Subject: [PATCH] ootw: intro: re-arrange the size hack a bit --- ootw/intro.s | 8 +++++--- ootw/intro_data.s | 4 ++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/ootw/intro.s b/ootw/intro.s index 4fc593de..704417b7 100644 --- a/ootw/intro.s +++ b/ootw/intro.s @@ -1578,7 +1578,7 @@ tunnel1: ; bit KEYRESET -.if HACK + ;=============================== ;=============================== ; Zappo / Gone @@ -1607,7 +1607,7 @@ tunnel1: ;====================== ; gone - +.if HACK lda #>(gone_rle) sta GBASH lda #<(gone_rle) @@ -1623,13 +1623,15 @@ tunnel1: lda #>gone_sequence sta INTRO_LOOPH + jsr run_sequence +.endif gone_loop: lda KEYPRESS bpl gone_loop bit KEYRESET -.endif + rts diff --git a/ootw/intro_data.s b/ootw/intro_data.s index 56004c30..90bf30fb 100644 --- a/ootw/intro_data.s +++ b/ootw/intro_data.s @@ -873,7 +873,7 @@ tunnel2_sequence: .byte 0 -.if HACK + ;======================= ; Zappo Sequence @@ -958,7 +958,7 @@ zappo_sequence: .word nothing_rle - +.if HACK ;======================= ; Gone Sequence ;=======================