idle animation

This commit is contained in:
Zeta_Null 2024-10-29 18:02:18 -04:00
parent b11d2ac627
commit 2eec67d7fd
2 changed files with 7 additions and 2 deletions

View file

@ -1 +1,6 @@
frame 0, 08
frame 3, 04
frame 4, 04
frame 3, 04
frame 0, 08
endanim

View file

@ -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