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

9 lines
251 B
ArmAsm

#include "macros/btlcmd.inc"
.data
_000:
UpdateVar OPCODE_SET, BTLVAR_SIDE_EFFECT_FLAGS_INDIRECT, MOVE_SIDE_EFFECT_ON_HIT|MOVE_SUBSCRIPT_PTR_FORESIGHT
UpdateVar OPCODE_FLAG_ON, BTLVAR_BATTLE_CTX_STATUS, SYSCTL_IGNORE_IMMUNITIES
End