summaryrefslogtreecommitdiff
path: root/src/data/effect_commands.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2019-07-21 18:09:54 +0200
committerxCrystal <rgr.crystal@gmail.com>2019-07-21 18:09:54 +0200
commit92c2fc50a26eddc1bf0dda5afbe45f355dfdaa8f (patch)
treeb0e7912d7da86e5d13758a3df6b4651934311855 /src/data/effect_commands.asm
parent112777ab450a38ec488dfdc9c2d41bef5a7ddb70 (diff)
More progress related to move effects
Diffstat (limited to 'src/data/effect_commands.asm')
-rw-r--r--src/data/effect_commands.asm22
1 files changed, 11 insertions, 11 deletions
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: