mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-20 02:38:10 -05:00
16 lines
391 B
ArmAsm
16 lines
391 B
ArmAsm
.include "macros/btlcmd.inc"
|
||
|
||
.data
|
||
|
||
_000:
|
||
// {0} won’t obey!
|
||
PrintMessage msg_0197_00829, TAG_NICKNAME, BATTLER_CATEGORY_ATTACKER
|
||
Wait
|
||
WaitButtonABTime 30
|
||
// It hurt itself in its confusion!
|
||
PrintMessage msg_0197_00797, TAG_NONE
|
||
Wait
|
||
WaitButtonABTime 30
|
||
UnlockMoveChoice BATTLER_CATEGORY_ATTACKER
|
||
GoToSubscript BATTLE_SUBSCRIPT_UPDATE_HP
|