From 624864307e4e7a5055c01d7f06145feec35527a7 Mon Sep 17 00:00:00 2001 From: Rangi Date: Mon, 16 Mar 2020 08:58:28 -0400 Subject: Combine Celebi frames into one PNG --- engine/events/celebi.asm | 5 +---- gfx/overworld/celebi.png | Bin 0 -> 205 bytes gfx/overworld/celebi/1.png | Bin 148 -> 0 bytes gfx/overworld/celebi/2.png | Bin 148 -> 0 bytes gfx/overworld/celebi/3.png | Bin 148 -> 0 bytes gfx/overworld/celebi/4.png | Bin 148 -> 0 bytes 6 files changed, 1 insertion(+), 4 deletions(-) create mode 100644 gfx/overworld/celebi.png delete mode 100644 gfx/overworld/celebi/1.png delete mode 100644 gfx/overworld/celebi/2.png delete mode 100644 gfx/overworld/celebi/3.png delete mode 100644 gfx/overworld/celebi/4.png diff --git a/engine/events/celebi.asm b/engine/events/celebi.asm index 1a9388cfe..2e497c86e 100644 --- a/engine/events/celebi.asm +++ b/engine/events/celebi.asm @@ -120,10 +120,7 @@ SpecialCelebiLeafGFX: INCBIN "gfx/overworld/cut_grass.2bpp" SpecialCelebiGFX: -INCBIN "gfx/overworld/celebi/1.2bpp" -INCBIN "gfx/overworld/celebi/2.2bpp" -INCBIN "gfx/overworld/celebi/3.2bpp" -INCBIN "gfx/overworld/celebi/4.2bpp" +INCBIN "gfx/overworld/celebi.2bpp" UpdateCelebiPosition: ld hl, SPRITEANIMSTRUCT_XOFFSET diff --git a/gfx/overworld/celebi.png b/gfx/overworld/celebi.png new file mode 100644 index 000000000..031bdf85f Binary files /dev/null and b/gfx/overworld/celebi.png differ diff --git a/gfx/overworld/celebi/1.png b/gfx/overworld/celebi/1.png deleted file mode 100644 index bd07ec8c4..000000000 Binary files a/gfx/overworld/celebi/1.png and /dev/null differ diff --git a/gfx/overworld/celebi/2.png b/gfx/overworld/celebi/2.png deleted file mode 100644 index c83a8788a..000000000 Binary files a/gfx/overworld/celebi/2.png and /dev/null differ diff --git a/gfx/overworld/celebi/3.png b/gfx/overworld/celebi/3.png deleted file mode 100644 index 6233fc56d..000000000 Binary files a/gfx/overworld/celebi/3.png and /dev/null differ diff --git a/gfx/overworld/celebi/4.png b/gfx/overworld/celebi/4.png deleted file mode 100644 index 6233fc56d..000000000 Binary files a/gfx/overworld/celebi/4.png and /dev/null differ -- cgit v1.2.3