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

14 lines
290 B
ArmAsm

#include "macros/btlcmd.inc"
.data
_000:
CompareVarToValue OPCODE_FLAG_SET, BTLVAR_BATTLE_CTX_STATUS, SYSCTL_MULTI_HIT_SKIP_MESSAGE, _011
// Hit {0} time(s)!
PrintMessage pl_msg_00000368_00046, TAG_NUMBER, BTLSCR_MSG_TEMP
Wait
WaitButtonABTime 30
_011:
End