mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-04 00:51:34 -05:00
16 lines
381 B
ArmAsm
16 lines
381 B
ArmAsm
#include "macros/btlcmd.inc"
|
||
|
||
.data
|
||
|
||
_000:
|
||
// {0} won’t obey!
|
||
PrintMessage pl_msg_00000368_00829, TAG_NICKNAME, BTLSCR_ATTACKER
|
||
Wait
|
||
WaitButtonABTime 30
|
||
// It hurt itself in its confusion!
|
||
PrintMessage pl_msg_00000368_00797, TAG_NONE
|
||
Wait
|
||
WaitButtonABTime 30
|
||
UnlockMoveChoice BTLSCR_ATTACKER
|
||
GoToSubscript BATTLE_SUBSCRIPT_UPDATE_HP
|