mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-20 02:38:10 -05:00
13 lines
236 B
ArmAsm
13 lines
236 B
ArmAsm
.include "macros/btlcmd.inc"
|
|
|
|
.data
|
|
|
|
_000:
|
|
CheckSubstitute BATTLER_CATEGORY_DEFENDER, _005
|
|
BoostRandomStatBy2 _005
|
|
End
|
|
|
|
_005:
|
|
UpdateVar OPCODE_FLAG_ON, BSCRIPT_VAR_MOVE_STATUS_FLAGS, MOVE_STATUS_FAILED
|
|
End
|