mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-03 16:41:34 -05:00
15 lines
420 B
ArmAsm
15 lines
420 B
ArmAsm
#include "macros/btlcmd.inc"
|
|
|
|
.data
|
|
|
|
_000:
|
|
TrySetMagicCoat _010
|
|
// {0} shrouded itself with Magic Coat!
|
|
BufferMessage pl_msg_00000368_00571, TAG_NICKNAME, BTLSCR_ATTACKER
|
|
UpdateVar OPCODE_SET, BTLVAR_SIDE_EFFECT_FLAGS_INDIRECT, MOVE_SIDE_EFFECT_ON_HIT|MOVE_SUBSCRIPT_PTR_PRINT_MESSAGE_AND_PLAY_ANIMATION
|
|
End
|
|
|
|
_010:
|
|
UpdateVar OPCODE_SET, BTLVAR_MOVE_STATUS_FLAGS, MOVE_STATUS_FAILED
|
|
End
|