diff --git a/gfx/pokemon/coatl/anim_idle.asm b/gfx/pokemon/coatl/anim_idle.asm index 875f7be..ee1f73f 100644 --- a/gfx/pokemon/coatl/anim_idle.asm +++ b/gfx/pokemon/coatl/anim_idle.asm @@ -1 +1,6 @@ + frame 0, 08 + frame 3, 04 + frame 4, 04 + frame 3, 04 + frame 0, 08 endanim \ No newline at end of file diff --git a/maps/DebugRoom.asm b/maps/DebugRoom.asm index b2216be..25e2419 100644 --- a/maps/DebugRoom.asm +++ b/maps/DebugRoom.asm @@ -8,12 +8,12 @@ DebugRoom_MapScripts: DebugPokemon1Script: opentext - getmonname STRING_BUFFER_3, ONIYANMA + getmonname STRING_BUFFER_3, COATL writetext ReceivedDebugPokemonText playsound SFX_CAUGHT_MON waitsfx promptbutton - givepoke ONIYANMA, 65, TM_ROCK_SMASH + givepoke COATL, 65, TM_ROCK_SMASH closetext end