mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-19 18:28:06 -05:00
17 lines
313 B
ArmAsm
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
|