diff --git a/games/ootw/ending/ending.s b/games/ootw/ending/ending.s index a6cc9fd2..791a6ab5 100644 --- a/games/ootw/ending/ending.s +++ b/games/ootw/ending/ending.s @@ -327,6 +327,20 @@ flying_sequence: .byte 128+50 ; .word the_end13_lzsa ; next .byte 128+50 ; .word the_end14_lzsa ; next .byte 128+50 ; .word the_end15_lzsa ; next + .byte 128+50 ; .word the_end16_lzsa ; next + .byte 128+50 ; .word the_end17_lzsa ; next + .byte 128+120 ; .word the_end18_lzsa ; next + .byte 128+50 ; .word the_end19_lzsa ; next + .byte 128+50 ; .word the_end20_lzsa ; next + .byte 128+50 ; .word the_end21_lzsa ; next + .byte 128+50 ; .word the_end22_lzsa ; next + .byte 128+50 ; .word the_end23_lzsa ; next + .byte 128+50 ; .word the_end24_lzsa ; next + .byte 128+50 ; .word the_end25_lzsa ; next + .byte 128+50 ; .word the_end26_lzsa ; next + .byte 128+50 ; .word the_end27_lzsa ; next + .byte 128+120 ; .word the_end28_lzsa ; next + .byte 128+50 ; .word the_end29_lzsa ; next .byte 0 ; finish diff --git a/games/ootw/ending/graphics/ending/Makefile b/games/ootw/ending/graphics/ending/Makefile index 6e3164db..99f7739c 100644 --- a/games/ootw/ending/graphics/ending/Makefile +++ b/games/ootw/ending/graphics/ending/Makefile @@ -40,7 +40,10 @@ ootw_c16_end.inc: \ flying61.lzsa flying62.lzsa flying63.lzsa flying64.lzsa flying65.lzsa \ the_end00.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 the_end11.lzsa the_end12.lzsa the_end13.lzsa the_end14.lzsa + the_end10.lzsa the_end11.lzsa the_end12.lzsa the_end13.lzsa the_end14.lzsa \ + the_end15.lzsa the_end16.lzsa the_end17.lzsa the_end18.lzsa the_end19.lzsa \ + the_end20.lzsa the_end21.lzsa the_end22.lzsa the_end23.lzsa the_end24.lzsa \ + the_end25.lzsa the_end26.lzsa the_end27.lzsa the_end28.lzsa the_end29.lzsa echo "rooftop_bg_lzsa: .incbin \"rooftop_bg.lzsa\"" > ootw_c16_end.inc echo "rooftop01_lzsa: .incbin \"rooftop01.lzsa\"" >> ootw_c16_end.inc echo "rooftop02_lzsa: .incbin \"rooftop02.lzsa\"" >> ootw_c16_end.inc @@ -171,7 +174,21 @@ ootw_c16_end.inc: \ echo "the_end12_lzsa: .incbin \"the_end12.lzsa\"" >> ootw_c16_end.inc echo "the_end13_lzsa: .incbin \"the_end13.lzsa\"" >> ootw_c16_end.inc echo "the_end14_lzsa: .incbin \"the_end14.lzsa\"" >> ootw_c16_end.inc - echo "blank_lzsa: .incbin \"blank.lzsa\"" >> ootw_c16_end.inc + echo "the_end15_lzsa: .incbin \"the_end15.lzsa\"" >> ootw_c16_end.inc + echo "the_end16_lzsa: .incbin \"the_end16.lzsa\"" >> ootw_c16_end.inc + echo "the_end17_lzsa: .incbin \"the_end17.lzsa\"" >> ootw_c16_end.inc + echo "the_end18_lzsa: .incbin \"the_end18.lzsa\"" >> ootw_c16_end.inc + echo "the_end19_lzsa: .incbin \"the_end19.lzsa\"" >> ootw_c16_end.inc + echo "the_end20_lzsa: .incbin \"the_end20.lzsa\"" >> ootw_c16_end.inc + echo "the_end21_lzsa: .incbin \"the_end21.lzsa\"" >> ootw_c16_end.inc + echo "the_end22_lzsa: .incbin \"the_end22.lzsa\"" >> ootw_c16_end.inc + echo "the_end23_lzsa: .incbin \"the_end23.lzsa\"" >> ootw_c16_end.inc + echo "the_end24_lzsa: .incbin \"the_end24.lzsa\"" >> ootw_c16_end.inc + echo "the_end25_lzsa: .incbin \"the_end25.lzsa\"" >> ootw_c16_end.inc + echo "the_end26_lzsa: .incbin \"the_end26.lzsa\"" >> ootw_c16_end.inc + echo "the_end27_lzsa: .incbin \"the_end27.lzsa\"" >> ootw_c16_end.inc + echo "the_end28_lzsa: .incbin \"the_end28.lzsa\"" >> ootw_c16_end.inc + echo "the_end29_lzsa: .incbin \"the_end29.lzsa\"" >> ootw_c16_end.inc ##### diff --git a/games/ootw/ending/graphics/ending/sky_bg_dark.png b/games/ootw/ending/graphics/ending/sky_bg_dark.png new file mode 100644 index 00000000..30f568af Binary files /dev/null and b/games/ootw/ending/graphics/ending/sky_bg_dark.png differ diff --git a/games/ootw/ending/graphics/ending/the_end16.png b/games/ootw/ending/graphics/ending/the_end16.png new file mode 100644 index 00000000..4789450b Binary files /dev/null and b/games/ootw/ending/graphics/ending/the_end16.png differ diff --git a/games/ootw/ending/graphics/ending/the_end17.png b/games/ootw/ending/graphics/ending/the_end17.png new file mode 100644 index 00000000..83363965 Binary files /dev/null and b/games/ootw/ending/graphics/ending/the_end17.png differ diff --git a/games/ootw/ending/graphics/ending/the_end18.png b/games/ootw/ending/graphics/ending/the_end18.png new file mode 100644 index 00000000..ec5d96e3 Binary files /dev/null and b/games/ootw/ending/graphics/ending/the_end18.png differ diff --git a/games/ootw/ending/graphics/ending/the_end19.png b/games/ootw/ending/graphics/ending/the_end19.png new file mode 100644 index 00000000..22313a30 Binary files /dev/null and b/games/ootw/ending/graphics/ending/the_end19.png differ diff --git a/games/ootw/ending/graphics/ending/the_end20.png b/games/ootw/ending/graphics/ending/the_end20.png new file mode 100644 index 00000000..6b03b9be Binary files /dev/null and b/games/ootw/ending/graphics/ending/the_end20.png differ diff --git a/games/ootw/ending/graphics/ending/the_end21.png b/games/ootw/ending/graphics/ending/the_end21.png new file mode 100644 index 00000000..5f6e4c03 Binary files /dev/null and b/games/ootw/ending/graphics/ending/the_end21.png differ diff --git a/games/ootw/ending/graphics/ending/the_end22.png b/games/ootw/ending/graphics/ending/the_end22.png new file mode 100644 index 00000000..34665183 Binary files /dev/null and b/games/ootw/ending/graphics/ending/the_end22.png differ diff --git a/games/ootw/ending/graphics/ending/the_end23.png b/games/ootw/ending/graphics/ending/the_end23.png new file mode 100644 index 00000000..130fc275 Binary files /dev/null and b/games/ootw/ending/graphics/ending/the_end23.png differ diff --git a/games/ootw/ending/graphics/ending/the_end24.png b/games/ootw/ending/graphics/ending/the_end24.png new file mode 100644 index 00000000..18881b12 Binary files /dev/null and b/games/ootw/ending/graphics/ending/the_end24.png differ diff --git a/games/ootw/ending/graphics/ending/the_end25.png b/games/ootw/ending/graphics/ending/the_end25.png new file mode 100644 index 00000000..a2da377c Binary files /dev/null and b/games/ootw/ending/graphics/ending/the_end25.png differ diff --git a/games/ootw/ending/graphics/ending/the_end26.png b/games/ootw/ending/graphics/ending/the_end26.png new file mode 100644 index 00000000..7720cfe5 Binary files /dev/null and b/games/ootw/ending/graphics/ending/the_end26.png differ diff --git a/games/ootw/ending/graphics/ending/the_end27.png b/games/ootw/ending/graphics/ending/the_end27.png new file mode 100644 index 00000000..adb3b476 Binary files /dev/null and b/games/ootw/ending/graphics/ending/the_end27.png differ diff --git a/games/ootw/ending/graphics/ending/the_end28.png b/games/ootw/ending/graphics/ending/the_end28.png new file mode 100644 index 00000000..54dd5e38 Binary files /dev/null and b/games/ootw/ending/graphics/ending/the_end28.png differ diff --git a/games/ootw/ending/graphics/ending/the_end29.png b/games/ootw/ending/graphics/ending/the_end29.png new file mode 100644 index 00000000..5112791a Binary files /dev/null and b/games/ootw/ending/graphics/ending/the_end29.png differ