diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-03-16 08:58:28 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-03-16 08:58:28 -0400 |
commit | 624864307e4e7a5055c01d7f06145feec35527a7 (patch) | |
tree | 1318fb8102fb0d3d9cb828f69b0f44b4b90dfbbd | |
parent | 66b902f900c128d05940de45aca7130639ded0c0 (diff) |
Combine Celebi frames into one PNG
-rw-r--r-- | engine/events/celebi.asm | 5 | ||||
-rw-r--r-- | gfx/overworld/celebi.png | bin | 0 -> 205 bytes | |||
-rw-r--r-- | gfx/overworld/celebi/1.png | bin | 148 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/celebi/2.png | bin | 148 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/celebi/3.png | bin | 148 -> 0 bytes | |||
-rw-r--r-- | gfx/overworld/celebi/4.png | bin | 148 -> 0 bytes |
6 files changed, 1 insertions, 4 deletions
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 Binary files differnew file mode 100644 index 000000000..031bdf85f --- /dev/null +++ b/gfx/overworld/celebi.png diff --git a/gfx/overworld/celebi/1.png b/gfx/overworld/celebi/1.png Binary files differdeleted file mode 100644 index bd07ec8c4..000000000 --- a/gfx/overworld/celebi/1.png +++ /dev/null diff --git a/gfx/overworld/celebi/2.png b/gfx/overworld/celebi/2.png Binary files differdeleted file mode 100644 index c83a8788a..000000000 --- a/gfx/overworld/celebi/2.png +++ /dev/null diff --git a/gfx/overworld/celebi/3.png b/gfx/overworld/celebi/3.png Binary files differdeleted file mode 100644 index 6233fc56d..000000000 --- a/gfx/overworld/celebi/3.png +++ /dev/null diff --git a/gfx/overworld/celebi/4.png b/gfx/overworld/celebi/4.png Binary files differdeleted file mode 100644 index 6233fc56d..000000000 --- a/gfx/overworld/celebi/4.png +++ /dev/null |