pokeplatinum/res/battle/scripts/effects/effect_script_0009.s
2024-07-16 12:01:40 -07:00

16 lines
324 B
ArmAsm

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