mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-19 18:28:06 -05:00
14 lines
281 B
ArmAsm
14 lines
281 B
ArmAsm
.include "macros/btlcmd.inc"
|
||
|
||
.data
|
||
|
||
_000:
|
||
PrintAttackMessage
|
||
Wait
|
||
Call BATTLE_SUBSCRIPT_RECOVER_HP
|
||
// {0}’s stockpiled effect wore off!
|
||
PrintMessage msg_0197_00994, TAG_NICKNAME, BATTLER_CATEGORY_ATTACKER
|
||
Wait
|
||
WaitButtonABTime 30
|
||
End
|