mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-19 18:28:06 -05:00
12 lines
240 B
ArmAsm
12 lines
240 B
ArmAsm
.include "macros/btlcmd.inc"
|
|
|
|
.data
|
|
|
|
_000:
|
|
// {0} must recharge!
|
|
PrintMessage msg_0197_00360, TAG_NICKNAME, BATTLER_CATEGORY_ATTACKER
|
|
Wait
|
|
WaitButtonABTime 30
|
|
UnlockMoveChoice BATTLER_CATEGORY_ATTACKER
|
|
End
|