mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-20 10:48:10 -05:00
12 lines
290 B
ArmAsm
12 lines
290 B
ArmAsm
.include "macros/btlcmd.inc"
|
||
|
||
.data
|
||
|
||
_000:
|
||
// {0} can’t use {1} after the taunt!
|
||
PrintMessage msg_0197_00613, TAG_NICKNAME_MOVE, BATTLER_CATEGORY_ATTACKER, BATTLER_CATEGORY_ATTACKER
|
||
Wait
|
||
WaitButtonABTime 30
|
||
UnlockMoveChoice BATTLER_CATEGORY_ATTACKER
|
||
End
|