mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-19 18:28:06 -05:00
13 lines
254 B
ArmAsm
13 lines
254 B
ArmAsm
.include "macros/btlcmd.inc"
|
|
|
|
.data
|
|
|
|
_000:
|
|
TryMist _007
|
|
// Your team became shrouded in mist!
|
|
BufferMessage msg_0197_00271, TAG_NONE_SIDE, BATTLER_CATEGORY_ATTACKER
|
|
Call BATTLE_SUBSCRIPT_ANIMATION_PREPARED_MESSAGE
|
|
|
|
_007:
|
|
End
|