pokeplatinum/res/battle/scripts/effects/effect_script_0118.s
2024-07-16 12:01:40 -07:00

8 lines
195 B
ArmAsm

#include "macros/btlcmd.inc"
.data
_000:
UpdateVar OPCODE_SET, BTLVAR_SIDE_EFFECT_FLAGS_DIRECT, MOVE_SIDE_EFFECT_ON_HIT|MOVE_SIDE_EFFECT_TO_DEFENDER|MOVE_SUBSCRIPT_PTR_SWAGGER
End