diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2020-05-10 14:19:36 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2020-12-16 00:13:21 +0000 |
commit | fa1339c32f77f28c8cf27abf931aad5efe2268c9 (patch) | |
tree | 7dd1c949e2ca0bef9ad34cba45e988a25ab07e5d /src/data/effect_commands.asm | |
parent | 5ee1d3908bcf4cbd8ae05c0dbd420fb8cc6aca2f (diff) |
Zubat, Golbat and Venonat Leech Life effects
Diffstat (limited to 'src/data/effect_commands.asm')
-rw-r--r-- | src/data/effect_commands.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/data/effect_commands.asm b/src/data/effect_commands.asm index c201b91..88938fa 100644 --- a/src/data/effect_commands.asm +++ b/src/data/effect_commands.asm @@ -95,7 +95,7 @@ KakunaPoisonPowderEffectCommands: db $00 GolbatLeechLifeEffectCommands: - dbw EFFECTCMDTYPE_AFTER_DAMAGE, $47bc + dbw EFFECTCMDTYPE_AFTER_DAMAGE, GolbatLeechLifeEffect db $00 VenonatStunSporeEffectCommands: @@ -103,7 +103,7 @@ VenonatStunSporeEffectCommands: db $00 VenonatLeechLifeEffectCommands: - dbw EFFECTCMDTYPE_AFTER_DAMAGE, $47c6 + dbw EFFECTCMDTYPE_AFTER_DAMAGE, VenonatLeechLifeEffect db $00 ScytherSwordsDanceEffectCommands: @@ -115,7 +115,7 @@ ZubatSupersonicEffectCommands: db $00 ZubatLeechLifeEffectCommands: - dbw EFFECTCMDTYPE_AFTER_DAMAGE, $47e3 + dbw EFFECTCMDTYPE_AFTER_DAMAGE, ZubatLeechLifeEffect db $00 BeedrillTwineedleEffectCommands: |