diff --git a/gfx/pokemon/coatl/anim.asm b/gfx/pokemon/coatl/anim.asm index 875f7be..a152379 100644 --- a/gfx/pokemon/coatl/anim.asm +++ b/gfx/pokemon/coatl/anim.asm @@ -1 +1,16 @@ + frame 0, 08 + frame 1, 08 + frame 2, 08 + frame 0, 08 + frame 1, 08 + frame 2, 08 + frame 0, 08 + frame 3, 04 + frame 4, 08 + frame 3, 04 + frame 0, 08 + frame 3, 04 + frame 4, 08 + frame 3, 04 + frame 0, 08 endanim \ No newline at end of file diff --git a/gfx/pokemon/coatl/back.png b/gfx/pokemon/coatl/back.png index c7216be..0f51def 100644 Binary files a/gfx/pokemon/coatl/back.png and b/gfx/pokemon/coatl/back.png differ diff --git a/gfx/pokemon/coatl/front.png b/gfx/pokemon/coatl/front.png index e0a9da9..5b26352 100644 Binary files a/gfx/pokemon/coatl/front.png and b/gfx/pokemon/coatl/front.png differ diff --git a/gfx/pokemon/coatl/shiny.pal b/gfx/pokemon/coatl/shiny.pal index 5c88669..66674a9 100644 --- a/gfx/pokemon/coatl/shiny.pal +++ b/gfx/pokemon/coatl/shiny.pal @@ -1,2 +1,2 @@ - RGB 22, 22, 12 - RGB 07, 15, 25 \ No newline at end of file + RGB 01, 24, 21 + RGB 20, 02, 15 \ No newline at end of file diff --git a/maps/DebugRoom.asm b/maps/DebugRoom.asm index 7eafb2d..b2216be 100644 --- a/maps/DebugRoom.asm +++ b/maps/DebugRoom.asm @@ -42,8 +42,8 @@ DebugPokemon3Script: cry STROMEN pause 15 closetext - loadvar VAR_BATTLETYPE, BATTLETYPE_SUICUNE - loadwildmon HYOSHU_YIN, 75 + loadvar VAR_BATTLETYPE, BATTLETYPE_SHINY + loadwildmon COATL, 75 startbattle reloadmapafterbattle end @@ -60,7 +60,7 @@ DebugPokemon4Script: pause 15 closetext loadvar VAR_BATTLETYPE, BATTLETYPE_SUICUNE - loadwildmon HYOSHU_YANG, 75 + loadwildmon COATL, 75 startbattle reloadmapafterbattle end