diff --git a/games/ootw/ending/ending.s b/games/ootw/ending/ending.s index e3502bf8..0b3d90ba 100644 --- a/games/ootw/ending/ending.s +++ b/games/ootw/ending/ending.s @@ -286,6 +286,16 @@ flying_sequence: .byte 128+30 ; .word flying38_lzsa ; next .byte 128+30 ; .word flying39_lzsa ; next .byte 128+30 ; .word flying40_lzsa ; next + .byte 128+30 ; .word flying41_lzsa ; next + .byte 128+30 ; .word flying42_lzsa ; next + .byte 128+30 ; .word flying43_lzsa ; next + .byte 128+30 ; .word flying44_lzsa ; next + .byte 128+30 ; .word flying45_lzsa ; next + .byte 128+30 ; .word flying46_lzsa ; next + .byte 128+30 ; .word flying47_lzsa ; next + .byte 128+30 ; .word flying48_lzsa ; next + .byte 128+30 ; .word flying49_lzsa ; next + .byte 128+30 ; .word flying50_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 2672d24b..c5b92efe 100644 --- a/games/ootw/ending/graphics/ending/Makefile +++ b/games/ootw/ending/graphics/ending/Makefile @@ -33,6 +33,8 @@ ootw_c16_end.inc: \ 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 \ + flying41.lzsa flying42.lzsa flying43.lzsa flying44.lzsa flying45.lzsa \ + flying46.lzsa flying47.lzsa flying48.lzsa flying49.lzsa flying50.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 @@ -125,6 +127,16 @@ 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 "flying41_lzsa: .incbin \"flying41.lzsa\"" >> ootw_c16_end.inc + echo "flying42_lzsa: .incbin \"flying42.lzsa\"" >> ootw_c16_end.inc + echo "flying43_lzsa: .incbin \"flying43.lzsa\"" >> ootw_c16_end.inc + echo "flying44_lzsa: .incbin \"flying44.lzsa\"" >> ootw_c16_end.inc + echo "flying45_lzsa: .incbin \"flying45.lzsa\"" >> ootw_c16_end.inc + echo "flying46_lzsa: .incbin \"flying46.lzsa\"" >> ootw_c16_end.inc + echo "flying47_lzsa: .incbin \"flying47.lzsa\"" >> ootw_c16_end.inc + echo "flying48_lzsa: .incbin \"flying48.lzsa\"" >> ootw_c16_end.inc + echo "flying49_lzsa: .incbin \"flying49.lzsa\"" >> ootw_c16_end.inc + echo "flying50_lzsa: .incbin \"flying50.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/flying41.png b/games/ootw/ending/graphics/ending/flying41.png new file mode 100644 index 00000000..29d7ec4f Binary files /dev/null and b/games/ootw/ending/graphics/ending/flying41.png differ diff --git a/games/ootw/ending/graphics/ending/flying42.png b/games/ootw/ending/graphics/ending/flying42.png new file mode 100644 index 00000000..a4e8aab0 Binary files /dev/null and b/games/ootw/ending/graphics/ending/flying42.png differ diff --git a/games/ootw/ending/graphics/ending/flying43.png b/games/ootw/ending/graphics/ending/flying43.png new file mode 100644 index 00000000..64c08961 Binary files /dev/null and b/games/ootw/ending/graphics/ending/flying43.png differ diff --git a/games/ootw/ending/graphics/ending/flying44.png b/games/ootw/ending/graphics/ending/flying44.png new file mode 100644 index 00000000..62c03615 Binary files /dev/null and b/games/ootw/ending/graphics/ending/flying44.png differ diff --git a/games/ootw/ending/graphics/ending/flying45.png b/games/ootw/ending/graphics/ending/flying45.png new file mode 100644 index 00000000..33d79a5b Binary files /dev/null and b/games/ootw/ending/graphics/ending/flying45.png differ diff --git a/games/ootw/ending/graphics/ending/flying46.png b/games/ootw/ending/graphics/ending/flying46.png new file mode 100644 index 00000000..3fecf582 Binary files /dev/null and b/games/ootw/ending/graphics/ending/flying46.png differ diff --git a/games/ootw/ending/graphics/ending/flying47.png b/games/ootw/ending/graphics/ending/flying47.png new file mode 100644 index 00000000..0351f2ca Binary files /dev/null and b/games/ootw/ending/graphics/ending/flying47.png differ diff --git a/games/ootw/ending/graphics/ending/flying48.png b/games/ootw/ending/graphics/ending/flying48.png new file mode 100644 index 00000000..52654a13 Binary files /dev/null and b/games/ootw/ending/graphics/ending/flying48.png differ diff --git a/games/ootw/ending/graphics/ending/flying49.png b/games/ootw/ending/graphics/ending/flying49.png new file mode 100644 index 00000000..7f1b36c5 Binary files /dev/null and b/games/ootw/ending/graphics/ending/flying49.png differ diff --git a/games/ootw/ending/graphics/ending/flying50.png b/games/ootw/ending/graphics/ending/flying50.png new file mode 100644 index 00000000..3bf8bb22 Binary files /dev/null and b/games/ootw/ending/graphics/ending/flying50.png differ diff --git a/games/ootw/ending/graphics/ending/flying51.png b/games/ootw/ending/graphics/ending/flying51.png new file mode 100644 index 00000000..c67284e3 Binary files /dev/null and b/games/ootw/ending/graphics/ending/flying51.png differ