mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-04 09:01:48 -05:00
12 lines
272 B
ArmAsm
12 lines
272 B
ArmAsm
#include "macros/btlcmd.inc"
|
|
|
|
.data
|
|
|
|
_000:
|
|
// {0} avoided the attack!
|
|
PrintMessage pl_msg_00000368_00024, TAG_NICKNAME, BTLSCR_DEFENDER
|
|
Wait
|
|
WaitButtonABTime 30
|
|
UpdateVar OPCODE_FLAG_ON, BTLVAR_MOVE_STATUS_FLAGS, MOVE_STATUS_NO_MORE_WORK
|
|
End
|