diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2020-05-10 10:35:17 +0100 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2020-12-16 00:13:20 +0000 |
commit | 5ee1d3908bcf4cbd8ae05c0dbd420fb8cc6aca2f (patch) | |
tree | 03c47890480dfb0199dbefa9ae87420e390de146 /src/data | |
parent | d8f98d97bcd41f710d51925470dc799a6051f022 (diff) |
Disasm Victreebel Lure attack
Diffstat (limited to 'src/data')
-rw-r--r-- | src/data/effect_commands.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/data/effect_commands.asm b/src/data/effect_commands.asm index 7360aff..c201b91 100644 --- a/src/data/effect_commands.asm +++ b/src/data/effect_commands.asm @@ -58,10 +58,10 @@ WeepinbellPoisonPowderEffectCommands: db $00 VictreebelLureEffectCommands: - dbw EFFECTCMDTYPE_INITIAL_EFFECT_1, $4740 - dbw EFFECTCMDTYPE_AFTER_DAMAGE, $476a - dbw EFFECTCMDTYPE_REQUIRE_SELECTION, $474b - dbw EFFECTCMDTYPE_UNKNOWN_08, $4764 + dbw EFFECTCMDTYPE_INITIAL_EFFECT_1, VictreebelLure_CheckBenchPokemon + dbw EFFECTCMDTYPE_AFTER_DAMAGE, VictreebelLure_SwitchDefendingPokemon + dbw EFFECTCMDTYPE_REQUIRE_SELECTION, VictreebelLure_PlayerSelectBenchPokemon + dbw EFFECTCMDTYPE_UNKNOWN_08, VictreebelLure_AISelectBenchPokemon db $00 VictreebelAcidEffectCommands: |