pokeheartgold/files/battledata/script/subscript/subscript_0126_PrintMessagePlayAnimation.s
Adrienn Tindall 2083be2810 Rename scripts 1
I stopped at yawn bc I'm sleepy
2024-03-07 04:57:08 -05:00

17 lines
313 B
ArmAsm

.include "macros/btlcmd.inc"
.data
_000:
CompareVarToValue OPCODE_NEQ, BSCRIPT_VAR_SIDE_EFFECT_TYPE, SIDE_EFFECT_TYPE_DIRECT, _009
PrintAttackMessage
Wait
PlayMoveAnimation BATTLER_CATEGORY_ATTACKER
Wait
_009:
PrintBufferedMessage
Wait
WaitButtonABTime 30
End