mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-08-06 10:25:33 +00:00
ootw: intro: re-arrange the size hack a bit
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
;=======================
|
||||
|
Reference in New Issue
Block a user