mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-20 02:38:10 -05:00
16 lines
284 B
ArmAsm
16 lines
284 B
ArmAsm
.include "macros/btlcmd.inc"
|
|
|
|
.data
|
|
|
|
_000:
|
|
TryCopycat _008
|
|
PrintAttackMessage
|
|
Wait
|
|
PlayMoveAnimation BATTLER_CATEGORY_ATTACKER
|
|
Wait
|
|
GoToMoveScript FALSE
|
|
|
|
_008:
|
|
UpdateVar OPCODE_FLAG_ON, BSCRIPT_VAR_MOVE_STATUS_FLAGS, MOVE_STATUS_FAILED
|
|
End
|