mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-19 18:28:06 -05:00
18 lines
535 B
ArmAsm
18 lines
535 B
ArmAsm
.include "macros/btlcmd.inc"
|
|
|
|
.data
|
|
|
|
_000:
|
|
WaitButtonABTime 15
|
|
PlaySound BATTLER_CATEGORY_ATTACKER, SEQ_SE_DP_KAIFUKU
|
|
// {0} {1} used one {2}!
|
|
PrintMessage msg_0197_00858, TAG_TRCLASS_TRNAME_ITEM, BATTLER_CATEGORY_ATTACKER, BATTLER_CATEGORY_ATTACKER, BATTLER_CATEGORY_MSG_TEMP
|
|
Wait
|
|
WaitButtonABTime 30
|
|
UseBagItem BATTLER_CATEGORY_ATTACKER
|
|
// Your team became shrouded in mist!
|
|
PrintMessage msg_0197_00271, TAG_NONE_SIDE, BATTLER_CATEGORY_ATTACKER
|
|
Wait
|
|
WaitButtonABTime 30
|
|
End
|