mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-07-03 16:41:34 -05:00
16 lines
324 B
ArmAsm
16 lines
324 B
ArmAsm
#include "macros/btlcmd.inc"
|
|
|
|
.data
|
|
|
|
_000:
|
|
PrintAttackMessage
|
|
Wait
|
|
WaitButtonABTime 30
|
|
SetMirrorMove
|
|
// Mirror Move failed!
|
|
PrintMessage pl_msg_00000368_00798, TAG_NONE
|
|
Wait
|
|
WaitButtonABTime 30
|
|
UpdateVar OPCODE_FLAG_ON, BTLVAR_MOVE_STATUS_FLAGS, MOVE_STATUS_NO_MORE_WORK
|
|
End
|