summaryrefslogtreecommitdiff
path: root/src/data/effect_commands.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2020-12-15 21:13:15 +0100
committerxCrystal <rgr.crystal@gmail.com>2020-12-15 21:13:15 +0100
commitf13ddf25bf61c79200c56666184fe84b579ad1cc (patch)
tree5a815bfb932621a3a6b1ae20395d2c66742aec34 /src/data/effect_commands.asm
parent117efe39b6b297dc52c1b5ad4d3012e7b00c8bd7 (diff)
Complete Lure effect functions
Diffstat (limited to 'src/data/effect_commands.asm')
-rw-r--r--src/data/effect_commands.asm2
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: