mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-19 18:28:06 -05:00
13 lines
280 B
ArmAsm
13 lines
280 B
ArmAsm
.include "macros/btlcmd.inc"
|
|
|
|
.data
|
|
|
|
_000:
|
|
// {0} is frozen solid!
|
|
PrintMessage msg_0197_00111, TAG_NICKNAME, BATTLER_CATEGORY_ATTACKER
|
|
Wait
|
|
WaitButtonABTime 30
|
|
PlayBattleAnimation BATTLER_CATEGORY_ATTACKER, BATTLE_ANIMATION_FROZEN
|
|
Wait
|
|
End
|