mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-20 02:38:10 -05:00
16 lines
351 B
ArmAsm
16 lines
351 B
ArmAsm
.include "macros/btlcmd.inc"
|
|
|
|
.data
|
|
|
|
_000:
|
|
PrintAttackMessage
|
|
Wait
|
|
PlayMoveAnimation BATTLER_CATEGORY_ATTACKER
|
|
Wait
|
|
GetTerrainMove
|
|
// {0} turned into {1}!
|
|
PrintMessage msg_0197_00490, TAG_MOVE_MOVE, BATTLER_CATEGORY_ATTACKER, BATTLER_CATEGORY_MSG_TEMP
|
|
Wait
|
|
WaitButtonABTime 30
|
|
GoToMoveScript FALSE
|