diff --git a/games/ootw/ending/ending.s b/games/ootw/ending/ending.s index d0bc54ea..e3502bf8 100644 --- a/games/ootw/ending/ending.s +++ b/games/ootw/ending/ending.s @@ -276,6 +276,16 @@ flying_sequence: .byte 128+30 ; .word flying28_lzsa ; next .byte 128+30 ; .word flying29_lzsa ; next .byte 128+30 ; .word flying30_lzsa ; next + .byte 128+30 ; .word flying31_lzsa ; next + .byte 128+30 ; .word flying32_lzsa ; next + .byte 128+30 ; .word flying33_lzsa ; next + .byte 128+30 ; .word flying34_lzsa ; next + .byte 128+30 ; .word flying35_lzsa ; next + .byte 128+30 ; .word flying36_lzsa ; next + .byte 128+30 ; .word flying37_lzsa ; next + .byte 128+30 ; .word flying38_lzsa ; next + .byte 128+30 ; .word flying39_lzsa ; next + .byte 128+30 ; .word flying40_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 diff --git a/games/ootw/ending/graphics/ending/Makefile b/games/ootw/ending/graphics/ending/Makefile index bd907cfe..2672d24b 100644 --- a/games/ootw/ending/graphics/ending/Makefile +++ b/games/ootw/ending/graphics/ending/Makefile @@ -31,6 +31,8 @@ ootw_c16_end.inc: \ 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 \ + flying31.lzsa flying32.lzsa flying33.lzsa flying34.lzsa flying35.lzsa \ + flying36.lzsa flying37.lzsa flying38.lzsa flying39.lzsa flying40.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 @@ -113,6 +115,16 @@ 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 "flying31_lzsa: .incbin \"flying31.lzsa\"" >> ootw_c16_end.inc + echo "flying32_lzsa: .incbin \"flying32.lzsa\"" >> ootw_c16_end.inc + echo "flying33_lzsa: .incbin \"flying33.lzsa\"" >> ootw_c16_end.inc + echo "flying34_lzsa: .incbin \"flying34.lzsa\"" >> ootw_c16_end.inc + echo "flying35_lzsa: .incbin \"flying35.lzsa\"" >> ootw_c16_end.inc + echo "flying36_lzsa: .incbin \"flying36.lzsa\"" >> ootw_c16_end.inc + echo "flying37_lzsa: .incbin \"flying37.lzsa\"" >> ootw_c16_end.inc + echo "flying38_lzsa: .incbin \"flying38.lzsa\"" >> ootw_c16_end.inc + echo "flying39_lzsa: .incbin \"flying39.lzsa\"" >> ootw_c16_end.inc + echo "flying40_lzsa: .incbin \"flying40.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 diff --git a/games/ootw/ending/graphics/ending/flying31.png b/games/ootw/ending/graphics/ending/flying31.png new file mode 100644 index 00000000..189bad65 Binary files /dev/null and b/games/ootw/ending/graphics/ending/flying31.png differ diff --git a/games/ootw/ending/graphics/ending/flying32.png b/games/ootw/ending/graphics/ending/flying32.png new file mode 100644 index 00000000..6306d33b Binary files /dev/null and b/games/ootw/ending/graphics/ending/flying32.png differ diff --git a/games/ootw/ending/graphics/ending/flying33.png b/games/ootw/ending/graphics/ending/flying33.png new file mode 100644 index 00000000..472ecb1a Binary files /dev/null and b/games/ootw/ending/graphics/ending/flying33.png differ diff --git a/games/ootw/ending/graphics/ending/flying34.png b/games/ootw/ending/graphics/ending/flying34.png new file mode 100644 index 00000000..4bbc5862 Binary files /dev/null and b/games/ootw/ending/graphics/ending/flying34.png differ diff --git a/games/ootw/ending/graphics/ending/flying35.png b/games/ootw/ending/graphics/ending/flying35.png new file mode 100644 index 00000000..0267fbb2 Binary files /dev/null and b/games/ootw/ending/graphics/ending/flying35.png differ diff --git a/games/ootw/ending/graphics/ending/flying36.png b/games/ootw/ending/graphics/ending/flying36.png new file mode 100644 index 00000000..f6f4eef5 Binary files /dev/null and b/games/ootw/ending/graphics/ending/flying36.png differ diff --git a/games/ootw/ending/graphics/ending/flying37.png b/games/ootw/ending/graphics/ending/flying37.png new file mode 100644 index 00000000..82a681b2 Binary files /dev/null and b/games/ootw/ending/graphics/ending/flying37.png differ diff --git a/games/ootw/ending/graphics/ending/flying38.png b/games/ootw/ending/graphics/ending/flying38.png new file mode 100644 index 00000000..968e5001 Binary files /dev/null and b/games/ootw/ending/graphics/ending/flying38.png differ diff --git a/games/ootw/ending/graphics/ending/flying39.png b/games/ootw/ending/graphics/ending/flying39.png new file mode 100644 index 00000000..b64f2380 Binary files /dev/null and b/games/ootw/ending/graphics/ending/flying39.png differ diff --git a/games/ootw/ending/graphics/ending/flying40.png b/games/ootw/ending/graphics/ending/flying40.png new file mode 100644 index 00000000..eb8e9c36 Binary files /dev/null and b/games/ootw/ending/graphics/ending/flying40.png differ