summaryrefslogtreecommitdiff
path: root/src/data/effect_commands.asm
diff options
context:
space:
mode:
authorElectroDeoxys <ElectroDeoxys@gmail.com>2020-05-11 10:30:31 +0100
committerElectroDeoxys <ElectroDeoxys@gmail.com>2020-12-16 00:18:20 +0000
commita3d2aee4fb7427393ae0d28a558488af493bb1b3 (patch)
tree3bae789a6ef872d5bf73439ab5b421545113aaef /src/data/effect_commands.asm
parenta45b7780623fcc8b1d5af8863f07786a8f74a9e6 (diff)
NidoranM Horn Hazard effect
Diffstat (limited to 'src/data/effect_commands.asm')
-rw-r--r--src/data/effect_commands.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/data/effect_commands.asm b/src/data/effect_commands.asm
index bcf6636..b92f5b6 100644
--- a/src/data/effect_commands.asm
+++ b/src/data/effect_commands.asm
@@ -200,8 +200,8 @@ NidoranFCallForFamilyEffectCommands:
db $00
NidoranMHornHazardEffectCommands:
- dbw EFFECTCMDTYPE_BEFORE_DAMAGE, $4a96
- dbw EFFECTCMDTYPE_AI, $4a8e
+ dbw EFFECTCMDTYPE_BEFORE_DAMAGE, HornHazard_Failure50PercentEffect
+ dbw EFFECTCMDTYPE_AI, HornHazard_AIEffect
db $00
NidorinaSupersonicEffectCommands: