From ffd36a8dd477bfb6df70a659400ca8ed8416f0ee Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Fri, 1 Mar 2019 11:34:51 -0500 Subject: [PATCH] ootw: intro: mess with timing a bit less blinky --- ootw/intro.s | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/ootw/intro.s b/ootw/intro.s index bf57142e..f9973b98 100644 --- a/ootw/intro.s +++ b/ootw/intro.s @@ -1645,8 +1645,6 @@ gone_loop: .include "intro_graphics/01_building/intro_building_car.inc" .include "intro_graphics/01_building/intro_car.inc" -.if 0 - .include "intro_graphics/02_outer_door/outer_door.inc" .include "intro_graphics/02_outer_door/feet.inc" @@ -1660,6 +1658,8 @@ gone_loop: .include "intro_graphics/04_keypad/intro_hands.inc" .include "intro_graphics/04_keypad/intro_opening.inc" +.if 0 + .include "intro_graphics/05_scanner/intro_scanner.inc" .include "intro_graphics/05_scanner/intro_scanning.inc" .include "intro_graphics/05_scanner/intro_ai_bg.inc" @@ -2779,7 +2779,7 @@ lightning_sequence: .byte 7 .word nothing_rle .byte 0 - .word nothing_rle +; .word nothing_rle ;============== ; split, as was > 256 @@ -2853,7 +2853,7 @@ bolt_sequence: ; by 150 faded out and on to tunnel .word nothing_rle .byte 0 - .word nothing_rle +; .word nothing_rle ;======================= @@ -2910,7 +2910,7 @@ tunnel1_sequence: .byte 2 .word nothing_rle .byte 0 - .word nothing_rle +; .word nothing_rle ;======================= @@ -2961,7 +2961,7 @@ tunnel2_sequence: .byte 2 .word nothing_rle .byte 0 - .word nothing_rle +; .word nothing_rle ;======================= ; Zappo Sequence @@ -3006,24 +3006,24 @@ zappo_sequence: .word zappo17_rle ; B .byte 2 .word white_rle - .byte 1 + .byte 5 .word black_rle - .byte 1 + .byte 5 .word white_rle - .byte 1 - .word black_rle - .byte 1 - .word white_rle - .byte 1 - .word black_rle - .byte 1 - .word white_rle - .byte 1 - .word black_rle - .byte 1 - .word white_rle - .byte 1 + .byte 5 .word black_rle +; .byte 5 +; .word white_rle +; .byte 1 +; .word black_rle +; .byte 1 +; .word white_rle +; .byte 1 +; .word black_rle +; .byte 1 +; .word white_rle +; .byte 1 +; .word black_rle .byte 0 .word nothing_rle @@ -3125,4 +3125,4 @@ gone_sequence: .byte 7 .word nothing_rle .byte 0 - .word nothing_rle +; .word nothing_rle