pokeheartgold/files/battledata/script/effect_script/effect_script_0009.s
Adrienn Tindall f3aac8c968 am dum
2024-02-25 21:16:46 -05:00

16 lines
326 B
ArmAsm

.include "macros/btlcmd.inc"
.data
_000:
PrintAttackMessage
Wait
WaitButtonABTime 30
SetMirrorMove
// Mirror Move failed!
PrintMessage msg_0197_00798, TAG_NONE
Wait
WaitButtonABTime 30
UpdateVar OPCODE_FLAG_ON, BSCRIPT_VAR_MOVE_STATUS_FLAGS, MOVE_STATUS_NO_MORE_WORK
End