diff options
-rwxr-xr-x | event/celebi.asm | 11 | ||||
-rw-r--r-- | gfx/overworld/celebi/1.png (renamed from gfx/special/celebi/1.png) | bin | 148 -> 148 bytes | |||
-rw-r--r-- | gfx/overworld/celebi/2.png (renamed from gfx/special/celebi/2.png) | bin | 148 -> 148 bytes | |||
-rw-r--r-- | gfx/overworld/celebi/3.png (renamed from gfx/special/celebi/3.png) | bin | 148 -> 148 bytes | |||
-rw-r--r-- | gfx/overworld/celebi/4.png (renamed from gfx/special/celebi/4.png) | bin | 148 -> 148 bytes | |||
-rw-r--r-- | gfx/special/celebi/leaf.png | bin | 134 -> 0 bytes |
6 files changed, 6 insertions, 5 deletions
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 Binary files differindex bd07ec8c4..bd07ec8c4 100644 --- a/gfx/special/celebi/1.png +++ b/gfx/overworld/celebi/1.png diff --git a/gfx/special/celebi/2.png b/gfx/overworld/celebi/2.png Binary files differindex c83a8788a..c83a8788a 100644 --- a/gfx/special/celebi/2.png +++ b/gfx/overworld/celebi/2.png diff --git a/gfx/special/celebi/3.png b/gfx/overworld/celebi/3.png Binary files differindex 6233fc56d..6233fc56d 100644 --- a/gfx/special/celebi/3.png +++ b/gfx/overworld/celebi/3.png diff --git a/gfx/special/celebi/4.png b/gfx/overworld/celebi/4.png Binary files differindex 6233fc56d..6233fc56d 100644 --- a/gfx/special/celebi/4.png +++ b/gfx/overworld/celebi/4.png diff --git a/gfx/special/celebi/leaf.png b/gfx/special/celebi/leaf.png Binary files differdeleted file mode 100644 index b10e0cf8c..000000000 --- a/gfx/special/celebi/leaf.png +++ /dev/null |