mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-20 02:38:10 -05:00
12 lines
169 B
ArmAsm
12 lines
169 B
ArmAsm
.include "macros/btlcmd.inc"
|
|
|
|
.data
|
|
|
|
_000:
|
|
TryWish _002
|
|
End
|
|
|
|
_002:
|
|
UpdateVar OPCODE_SET, BSCRIPT_VAR_MOVE_STATUS_FLAGS, MOVE_STATUS_FAILED
|
|
End
|