From 92c2fc50a26eddc1bf0dda5afbe45f355dfdaa8f Mon Sep 17 00:00:00 2001 From: xCrystal Date: Sun, 21 Jul 2019 18:09:54 +0200 Subject: More progress related to move effects --- src/data/effect_commands.asm | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/data') diff --git a/src/data/effect_commands.asm b/src/data/effect_commands.asm index 6dc74ee..fa1bc81 100644 --- a/src/data/effect_commands.asm +++ b/src/data/effect_commands.asm @@ -109,8 +109,8 @@ ZubatLeechLifeEffectCommands: db $00 BeedrillTwineedleEffectCommands: - dbw $03, $47f5 - dbw $09, $47ed + dbw $03, Twineedle_MultiplierEffect + dbw $09, Twineedle_AIEffect db $00 BeedrillPoisonStingEffectCommands: @@ -127,8 +127,8 @@ ExeggcuteLeechSeedEffectCommands: db $00 KoffingFoulGasEffectCommands: - dbw $03, $482a - dbw $09, $4822 + dbw $03, FoulGas_PoisonOrConfusionEffect + dbw $09, FoulGas_AIEffect db $00 MetapodStiffenEffectCommands: @@ -158,19 +158,19 @@ ExeggutorTeleportEffectCommands: db $00 ExeggutorBigEggsplosionEffectCommands: - dbw $03, $4944 - dbw $09, $4925 + dbw $03, BigEggsplosion_MultiplierEffect + dbw $09, BigEggsplosion_AIEffect db $00 NidokingThrashEffectCommands: - dbw $03, $4973 - dbw $04, $4982 - dbw $09, $496b + dbw $03, Thrash_ModifierEffect + dbw $04, Func_2c982 + dbw $09, Thrash_AIEffect db $00 NidokingToxicEffectCommands: - dbw $03, $4994 - dbw $09, $498c + dbw $03, Toxic_DoublePoisonEffect + dbw $09, Toxic_AIEffect db $00 NidoqueenBoyfriendsEffectCommands: -- cgit v1.2.3