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

12 lines
272 B
ArmAsm

#include "macros/btlcmd.inc"
.data
_000:
// {0} avoided the attack!
PrintMessage pl_msg_00000368_00024, TAG_NICKNAME, BTLSCR_DEFENDER
Wait
WaitButtonABTime 30
UpdateVar OPCODE_FLAG_ON, BTLVAR_MOVE_STATUS_FLAGS, MOVE_STATUS_NO_MORE_WORK
End