diff --git a/event/celebi.asm b/event/celebi.asm index c9be9cb39..ab0a333f2 100755 --- a/event/celebi.asm +++ b/event/celebi.asm @@ -124,12 +124,13 @@ CelebiEvent_SpawnLeaf: ; 49944 ; 49962 SpecialCelebiLeafGFX: ; 49962 -INCBIN "gfx/special/celebi/leaf.2bpp" +INCBIN "gfx/overworld/cut_grass.2bpp" + SpecialCelebiGFX: ; 499a2 -INCBIN "gfx/special/celebi/1.2bpp" -INCBIN "gfx/special/celebi/2.2bpp" -INCBIN "gfx/special/celebi/3.2bpp" -INCBIN "gfx/special/celebi/4.2bpp" +INCBIN "gfx/overworld/celebi/1.2bpp" +INCBIN "gfx/overworld/celebi/2.2bpp" +INCBIN "gfx/overworld/celebi/3.2bpp" +INCBIN "gfx/overworld/celebi/4.2bpp" UpdateCelebiPosition: ; 49aa2 (12:5aa2) diff --git a/gfx/special/celebi/1.png b/gfx/overworld/celebi/1.png similarity index 100% rename from gfx/special/celebi/1.png rename to gfx/overworld/celebi/1.png diff --git a/gfx/special/celebi/2.png b/gfx/overworld/celebi/2.png similarity index 100% rename from gfx/special/celebi/2.png rename to gfx/overworld/celebi/2.png diff --git a/gfx/special/celebi/3.png b/gfx/overworld/celebi/3.png similarity index 100% rename from gfx/special/celebi/3.png rename to gfx/overworld/celebi/3.png diff --git a/gfx/special/celebi/4.png b/gfx/overworld/celebi/4.png similarity index 100% rename from gfx/special/celebi/4.png rename to gfx/overworld/celebi/4.png diff --git a/gfx/special/celebi/leaf.png b/gfx/special/celebi/leaf.png deleted file mode 100644 index b10e0cf8c..000000000 Binary files a/gfx/special/celebi/leaf.png and /dev/null differ