mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-19 18:28:06 -05:00
14 lines
212 B
ArmAsm
14 lines
212 B
ArmAsm
.include "macros/btlcmd.inc"
|
|
|
|
.data
|
|
|
|
_000:
|
|
PrintAttackMessage
|
|
Wait
|
|
WaitButtonABTime 15
|
|
PrintBufferedMessage
|
|
Wait
|
|
PlayMoveAnimation BATTLER_CATEGORY_ATTACKER
|
|
Wait
|
|
End
|