ootw: intro: re-arrange the size hack a bit

This commit is contained in:
Vince Weaver 2019-03-01 16:41:44 -05:00
parent 55248173d1
commit a1aad0419d
2 changed files with 7 additions and 5 deletions

View File

@ -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

View File

@ -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
;=======================