summaryrefslogtreecommitdiff
path: root/src/data/effect_commands.asm
diff options
context:
space:
mode:
authorElectroDeoxys <ElectroDeoxys@gmail.com>2019-07-21 19:48:46 +0100
committerElectroDeoxys <ElectroDeoxys@gmail.com>2019-07-21 19:48:46 +0100
commit3d0f752a1dd2da7a61adc6b7e0dcb798af302b45 (patch)
treedc0fe00aa6aaee09e1128bbf0356b9c66e8cac74 /src/data/effect_commands.asm
parenta34b0ab25738a335b2c87337402e4f25c1d0b526 (diff)
parent92c2fc50a26eddc1bf0dda5afbe45f355dfdaa8f (diff)
Merge branch 'master' of https://github.com/pret/poketcg
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: