ootw: more work on ending

This commit is contained in:
Vince Weaver 2021-04-14 16:39:14 -04:00
parent b4b5bedbf9
commit 83b56e872e
28 changed files with 24 additions and 2 deletions

View File

@ -247,11 +247,21 @@ flying_sequence:
.byte 255 ; load to bg
.word sky_bg_lzsa ; this
.byte 128+50 ; .word flying01_lzsa ; next
.byte 128+50 ; .word flying02_lzsa ; next
.byte 128+50 ; .word flying03_lzsa ; next
.byte 128+50 ; .word flying04_lzsa ; next
.byte 128+50 ; .word flying05_lzsa ; next
.byte 128+50 ; .word flying06_lzsa ; next
.byte 128+50 ; .word flying07_lzsa ; next
.byte 128+50 ; .word flying08_lzsa ; next
.byte 128+50 ; .word flying09_lzsa ; next
.byte 128+50 ; .word flying10_lzsa ; next
.byte 128+50 ; .word flying11_lzsa ; next
.byte 128+50 ; .word flying12_lzsa ; next
.byte 128+50 ; .word flying13_lzsa ; next
.byte 128+50 ; .word flying14_lzsa ; next
.byte 128+50 ; .word flying15_lzsa ; next
.byte 128+50 ; .word flying16_lzsa ; next
.byte 128+50 ; .word the_end01_lzsa ; next
.byte 128+50 ; .word the_end02_lzsa ; next
.byte 128+50 ; .word the_end03_lzsa ; next

View File

@ -25,8 +25,10 @@ ootw_c16_end.inc: \
rooftop29.lzsa \
onboard01.lzsa onboard02.lzsa onboard03.lzsa onboard04.lzsa \
onboard05.lzsa onboard06.lzsa onboard07.lzsa onboard08.lzsa \
flying01.lzsa flying03.lzsa flying05.lzsa flying07.lzsa flying09.lzsa \
flying11.lzsa \
flying01.lzsa flying02.lzsa flying03.lzsa flying04.lzsa flying05.lzsa \
flying06.lzsa flying07.lzsa flying08.lzsa flying09.lzsa flying10.lzsa \
flying11.lzsa flying12.lzsa flying13.lzsa flying14.lzsa flying15.lzsa \
flying16.lzsa \
the_end01.lzsa the_end02.lzsa the_end03.lzsa the_end04.lzsa the_end05.lzsa \
the_end06.lzsa the_end07.lzsa the_end08.lzsa the_end09.lzsa the_end10.lzsa
echo "rooftop_bg_lzsa: .incbin \"rooftop_bg.lzsa\"" > ootw_c16_end.inc
@ -80,11 +82,21 @@ ootw_c16_end.inc: \
echo "onboard08_lzsa: .incbin \"onboard08.lzsa\"" >> ootw_c16_end.inc
echo "sky_bg_lzsa: .incbin \"sky_bg.lzsa\"" >> ootw_c16_end.inc
echo "flying01_lzsa: .incbin \"flying01.lzsa\"" >> ootw_c16_end.inc
echo "flying02_lzsa: .incbin \"flying02.lzsa\"" >> ootw_c16_end.inc
echo "flying03_lzsa: .incbin \"flying03.lzsa\"" >> ootw_c16_end.inc
echo "flying04_lzsa: .incbin \"flying04.lzsa\"" >> ootw_c16_end.inc
echo "flying05_lzsa: .incbin \"flying05.lzsa\"" >> ootw_c16_end.inc
echo "flying06_lzsa: .incbin \"flying06.lzsa\"" >> ootw_c16_end.inc
echo "flying07_lzsa: .incbin \"flying07.lzsa\"" >> ootw_c16_end.inc
echo "flying08_lzsa: .incbin \"flying08.lzsa\"" >> ootw_c16_end.inc
echo "flying09_lzsa: .incbin \"flying09.lzsa\"" >> ootw_c16_end.inc
echo "flying10_lzsa: .incbin \"flying10.lzsa\"" >> ootw_c16_end.inc
echo "flying11_lzsa: .incbin \"flying11.lzsa\"" >> ootw_c16_end.inc
echo "flying12_lzsa: .incbin \"flying12.lzsa\"" >> ootw_c16_end.inc
echo "flying13_lzsa: .incbin \"flying13.lzsa\"" >> ootw_c16_end.inc
echo "flying14_lzsa: .incbin \"flying14.lzsa\"" >> ootw_c16_end.inc
echo "flying15_lzsa: .incbin \"flying15.lzsa\"" >> ootw_c16_end.inc
echo "flying16_lzsa: .incbin \"flying16.lzsa\"" >> ootw_c16_end.inc
echo "the_end01_lzsa: .incbin \"the_end01.lzsa\"" >> ootw_c16_end.inc
echo "the_end02_lzsa: .incbin \"the_end02.lzsa\"" >> ootw_c16_end.inc
echo "the_end03_lzsa: .incbin \"the_end03.lzsa\"" >> ootw_c16_end.inc

Binary file not shown.

Before

Width:  |  Height:  |  Size: 388 B

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 372 B

After

Width:  |  Height:  |  Size: 9.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 339 B

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 333 B

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 378 B

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 388 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 339 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 378 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB