diff --git a/games/ootw/ending/ending.s b/games/ootw/ending/ending.s index 98f49c5b..eb82e5d1 100644 --- a/games/ootw/ending/ending.s +++ b/games/ootw/ending/ending.s @@ -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 diff --git a/games/ootw/ending/graphics/ending/Makefile b/games/ootw/ending/graphics/ending/Makefile index 99914706..faed285d 100644 --- a/games/ootw/ending/graphics/ending/Makefile +++ b/games/ootw/ending/graphics/ending/Makefile @@ -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 diff --git a/games/ootw/ending/graphics/ending/flying01.png b/games/ootw/ending/graphics/ending/flying01.png index 76c97d9a..367a7c8f 100644 Binary files a/games/ootw/ending/graphics/ending/flying01.png and b/games/ootw/ending/graphics/ending/flying01.png differ diff --git a/games/ootw/ending/graphics/ending/flying02.png b/games/ootw/ending/graphics/ending/flying02.png new file mode 100644 index 00000000..b8ee663f Binary files /dev/null and b/games/ootw/ending/graphics/ending/flying02.png differ diff --git a/games/ootw/ending/graphics/ending/flying03.png b/games/ootw/ending/graphics/ending/flying03.png index b1e68a01..f299420c 100644 Binary files a/games/ootw/ending/graphics/ending/flying03.png and b/games/ootw/ending/graphics/ending/flying03.png differ diff --git a/games/ootw/ending/graphics/ending/flying04.png b/games/ootw/ending/graphics/ending/flying04.png new file mode 100644 index 00000000..ed545475 Binary files /dev/null and b/games/ootw/ending/graphics/ending/flying04.png differ diff --git a/games/ootw/ending/graphics/ending/flying05.png b/games/ootw/ending/graphics/ending/flying05.png index b44f62f3..d235df41 100644 Binary files a/games/ootw/ending/graphics/ending/flying05.png and b/games/ootw/ending/graphics/ending/flying05.png differ diff --git a/games/ootw/ending/graphics/ending/flying06.png b/games/ootw/ending/graphics/ending/flying06.png new file mode 100644 index 00000000..236db9b7 Binary files /dev/null and b/games/ootw/ending/graphics/ending/flying06.png differ diff --git a/games/ootw/ending/graphics/ending/flying07.png b/games/ootw/ending/graphics/ending/flying07.png index 889ab948..e27b23d5 100644 Binary files a/games/ootw/ending/graphics/ending/flying07.png and b/games/ootw/ending/graphics/ending/flying07.png differ diff --git a/games/ootw/ending/graphics/ending/flying08.png b/games/ootw/ending/graphics/ending/flying08.png new file mode 100644 index 00000000..2ac3c7bc Binary files /dev/null and b/games/ootw/ending/graphics/ending/flying08.png differ diff --git a/games/ootw/ending/graphics/ending/flying09.png b/games/ootw/ending/graphics/ending/flying09.png index 335c3843..262fd0b3 100644 Binary files a/games/ootw/ending/graphics/ending/flying09.png and b/games/ootw/ending/graphics/ending/flying09.png differ diff --git a/games/ootw/ending/graphics/ending/flying10.png b/games/ootw/ending/graphics/ending/flying10.png new file mode 100644 index 00000000..601501fa Binary files /dev/null and b/games/ootw/ending/graphics/ending/flying10.png differ diff --git a/games/ootw/ending/graphics/ending/flying11.png b/games/ootw/ending/graphics/ending/flying11.png index c99568d8..61802e4f 100644 Binary files a/games/ootw/ending/graphics/ending/flying11.png and b/games/ootw/ending/graphics/ending/flying11.png differ diff --git a/games/ootw/ending/graphics/ending/flying12.png b/games/ootw/ending/graphics/ending/flying12.png new file mode 100644 index 00000000..0579ac22 Binary files /dev/null and b/games/ootw/ending/graphics/ending/flying12.png differ diff --git a/games/ootw/ending/graphics/ending/flying13.png b/games/ootw/ending/graphics/ending/flying13.png new file mode 100644 index 00000000..12121281 Binary files /dev/null and b/games/ootw/ending/graphics/ending/flying13.png differ diff --git a/games/ootw/ending/graphics/ending/flying14.png b/games/ootw/ending/graphics/ending/flying14.png new file mode 100644 index 00000000..bfd32f16 Binary files /dev/null and b/games/ootw/ending/graphics/ending/flying14.png differ diff --git a/games/ootw/ending/graphics/ending/flying15.png b/games/ootw/ending/graphics/ending/flying15.png new file mode 100644 index 00000000..37d9e3a5 Binary files /dev/null and b/games/ootw/ending/graphics/ending/flying15.png differ diff --git a/games/ootw/ending/graphics/ending/flying16.png b/games/ootw/ending/graphics/ending/flying16.png new file mode 100644 index 00000000..ca63350b Binary files /dev/null and b/games/ootw/ending/graphics/ending/flying16.png differ diff --git a/games/ootw/ending/graphics/ending/old/flying01.png b/games/ootw/ending/graphics/ending/old/flying01.png new file mode 100644 index 00000000..76c97d9a Binary files /dev/null and b/games/ootw/ending/graphics/ending/old/flying01.png differ diff --git a/games/ootw/ending/graphics/ending/old/flying03.png b/games/ootw/ending/graphics/ending/old/flying03.png new file mode 100644 index 00000000..b1e68a01 Binary files /dev/null and b/games/ootw/ending/graphics/ending/old/flying03.png differ diff --git a/games/ootw/ending/graphics/ending/old/flying05.png b/games/ootw/ending/graphics/ending/old/flying05.png new file mode 100644 index 00000000..b44f62f3 Binary files /dev/null and b/games/ootw/ending/graphics/ending/old/flying05.png differ diff --git a/games/ootw/ending/graphics/ending/old/flying07.png b/games/ootw/ending/graphics/ending/old/flying07.png new file mode 100644 index 00000000..889ab948 Binary files /dev/null and b/games/ootw/ending/graphics/ending/old/flying07.png differ diff --git a/games/ootw/ending/graphics/ending/old/flying09.png b/games/ootw/ending/graphics/ending/old/flying09.png new file mode 100644 index 00000000..335c3843 Binary files /dev/null and b/games/ootw/ending/graphics/ending/old/flying09.png differ diff --git a/games/ootw/ending/graphics/ending/old/flying11.png b/games/ootw/ending/graphics/ending/old/flying11.png new file mode 100644 index 00000000..c99568d8 Binary files /dev/null and b/games/ootw/ending/graphics/ending/old/flying11.png differ diff --git a/games/ootw/ending/graphics/ending/orooftop00.png b/games/ootw/ending/graphics/ending/old/orooftop00.png similarity index 100% rename from games/ootw/ending/graphics/ending/orooftop00.png rename to games/ootw/ending/graphics/ending/old/orooftop00.png diff --git a/games/ootw/ending/graphics/ending/orooftop01.png b/games/ootw/ending/graphics/ending/old/orooftop01.png similarity index 100% rename from games/ootw/ending/graphics/ending/orooftop01.png rename to games/ootw/ending/graphics/ending/old/orooftop01.png diff --git a/games/ootw/ending/graphics/ending/orooftop02.png b/games/ootw/ending/graphics/ending/old/orooftop02.png similarity index 100% rename from games/ootw/ending/graphics/ending/orooftop02.png rename to games/ootw/ending/graphics/ending/old/orooftop02.png diff --git a/games/ootw/ending/graphics/ending/orooftop03.png b/games/ootw/ending/graphics/ending/old/orooftop03.png similarity index 100% rename from games/ootw/ending/graphics/ending/orooftop03.png rename to games/ootw/ending/graphics/ending/old/orooftop03.png