mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-27 02:31:00 +00:00
ootw: more ending frames
This commit is contained in:
parent
fd4a5a6a14
commit
2f1f438fc0
@ -246,31 +246,36 @@ wing_sequence:
|
||||
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 flying17_lzsa ; next
|
||||
.byte 128+50 ; .word flying18_lzsa ; next
|
||||
.byte 128+50 ; .word flying19_lzsa ; next
|
||||
.byte 128+50 ; .word flying20_lzsa ; next
|
||||
.byte 128+50 ; .word flying21_lzsa ; next
|
||||
.byte 128+50 ; .word flying22_lzsa ; next
|
||||
.byte 128+50 ; .word flying23_lzsa ; next
|
||||
.byte 128+50 ; .word flying24_lzsa ; next
|
||||
.byte 128+50 ; .word flying25_lzsa ; next
|
||||
.byte 128+30 ; .word flying01_lzsa ; next
|
||||
.byte 128+30 ; .word flying02_lzsa ; next
|
||||
.byte 128+30 ; .word flying03_lzsa ; next
|
||||
.byte 128+30 ; .word flying04_lzsa ; next
|
||||
.byte 128+30 ; .word flying05_lzsa ; next
|
||||
.byte 128+30 ; .word flying06_lzsa ; next
|
||||
.byte 128+30 ; .word flying07_lzsa ; next
|
||||
.byte 128+30 ; .word flying08_lzsa ; next
|
||||
.byte 128+30 ; .word flying09_lzsa ; next
|
||||
.byte 128+30 ; .word flying10_lzsa ; next
|
||||
.byte 128+30 ; .word flying11_lzsa ; next
|
||||
.byte 128+30 ; .word flying12_lzsa ; next
|
||||
.byte 128+30 ; .word flying13_lzsa ; next
|
||||
.byte 128+30 ; .word flying14_lzsa ; next
|
||||
.byte 128+30 ; .word flying15_lzsa ; next
|
||||
.byte 128+30 ; .word flying16_lzsa ; next
|
||||
.byte 128+30 ; .word flying17_lzsa ; next
|
||||
.byte 128+30 ; .word flying18_lzsa ; next
|
||||
.byte 128+30 ; .word flying19_lzsa ; next
|
||||
.byte 128+30 ; .word flying20_lzsa ; next
|
||||
.byte 128+30 ; .word flying21_lzsa ; next
|
||||
.byte 128+30 ; .word flying22_lzsa ; next
|
||||
.byte 128+30 ; .word flying23_lzsa ; next
|
||||
.byte 128+30 ; .word flying24_lzsa ; next
|
||||
.byte 128+30 ; .word flying25_lzsa ; next
|
||||
.byte 128+30 ; .word flying26_lzsa ; next
|
||||
.byte 128+30 ; .word flying27_lzsa ; next
|
||||
.byte 128+30 ; .word flying28_lzsa ; next
|
||||
.byte 128+30 ; .word flying29_lzsa ; next
|
||||
.byte 128+30 ; .word flying30_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
|
||||
|
@ -30,6 +30,7 @@ ootw_c16_end.inc: \
|
||||
flying11.lzsa flying12.lzsa flying13.lzsa flying14.lzsa flying15.lzsa \
|
||||
flying16.lzsa flying17.lzsa flying18.lzsa flying19.lzsa flying20.lzsa \
|
||||
flying21.lzsa flying22.lzsa flying23.lzsa flying24.lzsa flying25.lzsa \
|
||||
flying26.lzsa flying27.lzsa flying28.lzsa flying29.lzsa flying30.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
|
||||
@ -107,6 +108,11 @@ ootw_c16_end.inc: \
|
||||
echo "flying23_lzsa: .incbin \"flying23.lzsa\"" >> ootw_c16_end.inc
|
||||
echo "flying24_lzsa: .incbin \"flying24.lzsa\"" >> ootw_c16_end.inc
|
||||
echo "flying25_lzsa: .incbin \"flying25.lzsa\"" >> ootw_c16_end.inc
|
||||
echo "flying26_lzsa: .incbin \"flying26.lzsa\"" >> ootw_c16_end.inc
|
||||
echo "flying27_lzsa: .incbin \"flying27.lzsa\"" >> ootw_c16_end.inc
|
||||
echo "flying28_lzsa: .incbin \"flying28.lzsa\"" >> ootw_c16_end.inc
|
||||
echo "flying29_lzsa: .incbin \"flying29.lzsa\"" >> ootw_c16_end.inc
|
||||
echo "flying30_lzsa: .incbin \"flying30.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
|
||||
|
BIN
games/ootw/ending/graphics/ending/flying26.png
Normal file
BIN
games/ootw/ending/graphics/ending/flying26.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.6 KiB |
BIN
games/ootw/ending/graphics/ending/flying27.png
Normal file
BIN
games/ootw/ending/graphics/ending/flying27.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.6 KiB |
BIN
games/ootw/ending/graphics/ending/flying28.png
Normal file
BIN
games/ootw/ending/graphics/ending/flying28.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.5 KiB |
BIN
games/ootw/ending/graphics/ending/flying29.png
Normal file
BIN
games/ootw/ending/graphics/ending/flying29.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.6 KiB |
BIN
games/ootw/ending/graphics/ending/flying30.png
Normal file
BIN
games/ootw/ending/graphics/ending/flying30.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.5 KiB |
Loading…
Reference in New Issue
Block a user