diff options
Diffstat (limited to 'src/data/effect_commands.asm')
-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 60d2004..952e895 100644 --- a/src/data/effect_commands.asm +++ b/src/data/effect_commands.asm @@ -161,10 +161,10 @@ OddishSproutEffectCommands: db $00 ExeggutorTeleportEffectCommands: - dbw EFFECTCMDTYPE_INITIAL_EFFECT_1, $48ec - dbw EFFECTCMDTYPE_AFTER_DAMAGE, $491a - dbw EFFECTCMDTYPE_REQUIRE_SELECTION, $48f7 - dbw EFFECTCMDTYPE_UNKNOWN_08, $490f + dbw EFFECTCMDTYPE_INITIAL_EFFECT_1, TeleportEffect_CheckBench + dbw EFFECTCMDTYPE_AFTER_DAMAGE, TeleportEffect_SwitchEffect + dbw EFFECTCMDTYPE_REQUIRE_SELECTION, TeleportEffect_PlayerSelect + dbw EFFECTCMDTYPE_UNKNOWN_08, TeleportEffect_AISelect db $00 ExeggutorBigEggsplosionEffectCommands: |