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

12 lines
227 B
ArmAsm

#include "macros/btlcmd.inc"
.data
_000:
// {0} is loafing around!
PrintMessage pl_msg_00000368_00832, TAG_NICKNAME, BTLSCR_ATTACKER
Wait
WaitButtonABTime 30
UnlockMoveChoice BTLSCR_ATTACKER
End