mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-20 10:48:10 -05:00
16 lines
326 B
ArmAsm
16 lines
326 B
ArmAsm
.include "macros/btlcmd.inc"
|
|
|
|
.data
|
|
|
|
_000:
|
|
PrintAttackMessage
|
|
Wait
|
|
WaitButtonABTime 30
|
|
SetMirrorMove
|
|
// Mirror Move failed!
|
|
PrintMessage msg_0197_00798, TAG_NONE
|
|
Wait
|
|
WaitButtonABTime 30
|
|
UpdateVar OPCODE_FLAG_ON, BSCRIPT_VAR_MOVE_STATUS_FLAGS, MOVE_STATUS_NO_MORE_WORK
|
|
End
|