From 2eec67d7fd15f180a0392246eb8fe24e6f4c5a12 Mon Sep 17 00:00:00 2001 From: Zeta_Null Date: Tue, 29 Oct 2024 18:02:18 -0400 Subject: [PATCH] idle animation --- gfx/pokemon/coatl/anim_idle.asm | 5 +++++ maps/DebugRoom.asm | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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