mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-19 18:28:06 -05:00
14 lines
323 B
ArmAsm
14 lines
323 B
ArmAsm
.include "macros/btlcmd.inc"
|
||
|
||
.data
|
||
|
||
_000:
|
||
PrintAttackMessage
|
||
Wait
|
||
WaitButtonABTime 15
|
||
// {0}’s {1} blocks {2}!
|
||
PrintMessage msg_0197_00689, TAG_NICKNAME_ABILITY_MOVE, BATTLER_CATEGORY_DEFENDER, BATTLER_CATEGORY_DEFENDER, BATTLER_CATEGORY_ATTACKER
|
||
Wait
|
||
WaitButtonABTime 30
|
||
End
|