mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-04 00:51:34 -05:00
13 lines
257 B
ArmAsm
13 lines
257 B
ArmAsm
#include "macros/btlcmd.inc"
|
|
|
|
.data
|
|
|
|
_000:
|
|
TryMist _007
|
|
// Your team became shrouded in mist!
|
|
BufferMessage pl_msg_00000368_00271, TAG_NONE_SIDE_CONSCIOUS, BTLSCR_ATTACKER
|
|
Call BATTLE_SUBSCRIPT_ANIMATION_PREPARED_MESSAGE
|
|
|
|
_007:
|
|
End
|