diff options
author | xCrystal <rgr.crystal@gmail.com> | 2020-12-15 21:13:15 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2020-12-15 21:13:15 +0100 |
commit | f13ddf25bf61c79200c56666184fe84b579ad1cc (patch) | |
tree | 5a815bfb932621a3a6b1ae20395d2c66742aec34 /src/data/effect_commands.asm | |
parent | 117efe39b6b297dc52c1b5ad4d3012e7b00c8bd7 (diff) |
Complete Lure effect functions
Diffstat (limited to 'src/data/effect_commands.asm')
-rw-r--r-- | src/data/effect_commands.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/effect_commands.asm b/src/data/effect_commands.asm index 60063ae..9000b7c 100644 --- a/src/data/effect_commands.asm +++ b/src/data/effect_commands.asm @@ -64,7 +64,7 @@ VictreebelLureEffectCommands: dbw EFFECTCMDTYPE_INITIAL_EFFECT_1, Lure_AssertPokemonInBench dbw EFFECTCMDTYPE_AFTER_DAMAGE, Lure_SwitchDefendingPokemon dbw EFFECTCMDTYPE_REQUIRE_SELECTION, Lure_SelectSwitchPokemon - dbw EFFECTCMDTYPE_AI_SELECTION, Func_2c764 + dbw EFFECTCMDTYPE_AI_SELECTION, Lure_GetBenchPokemonWithLowestHP db $00 VictreebelAcidEffectCommands: |