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

34 lines
816 B
ArmAsm
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#include "macros/btlcmd.inc"
.data
_000:
WaitButtonABTime 15
Random 3, 0
CompareVarToValue OPCODE_EQU, BTLVAR_CALC_TEMP, 0x00000001, _025
CompareVarToValue OPCODE_EQU, BTLVAR_CALC_TEMP, 0x00000002, _031
CompareVarToValue OPCODE_EQU, BTLVAR_CALC_TEMP, 0x00000003, _037
// {0} is loafing around!
PrintMessage pl_msg_00000368_00828, TAG_NICKNAME, BTLSCR_ATTACKER
GoTo _043
_025:
// {0} wont obey!
PrintMessage pl_msg_00000368_00829, TAG_NICKNAME, BTLSCR_ATTACKER
GoTo _043
_031:
// {0} turned away!
PrintMessage pl_msg_00000368_00830, TAG_NICKNAME, BTLSCR_ATTACKER
GoTo _043
_037:
// {0} pretended not to notice!
PrintMessage pl_msg_00000368_00831, TAG_NICKNAME, BTLSCR_ATTACKER
GoTo _043
_043:
Wait
WaitButtonABTime 30
End