pokeheartgold/files/battledata/script/subscript/subscript_0255_DisobeyNothing.s
2024-03-07 09:23:13 -05:00

34 lines
847 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, BSCRIPT_VAR_CALC_TEMP, 0x00000001, _025
CompareVarToValue OPCODE_EQU, BSCRIPT_VAR_CALC_TEMP, 0x00000002, _031
CompareVarToValue OPCODE_EQU, BSCRIPT_VAR_CALC_TEMP, 0x00000003, _037
// {0} is loafing around!
PrintMessage msg_0197_00828, TAG_NICKNAME, BATTLER_CATEGORY_ATTACKER
GoTo _043
_025:
// {0} wont obey!
PrintMessage msg_0197_00829, TAG_NICKNAME, BATTLER_CATEGORY_ATTACKER
GoTo _043
_031:
// {0} turned away!
PrintMessage msg_0197_00830, TAG_NICKNAME, BATTLER_CATEGORY_ATTACKER
GoTo _043
_037:
// {0} pretended not to notice!
PrintMessage msg_0197_00831, TAG_NICKNAME, BATTLER_CATEGORY_ATTACKER
GoTo _043
_043:
Wait
WaitButtonABTime 30
End