summaryrefslogtreecommitdiff
path: root/src/data
diff options
context:
space:
mode:
authorElectroDeoxys <ElectroDeoxys@gmail.com>2020-05-11 00:25:17 +0100
committerElectroDeoxys <ElectroDeoxys@gmail.com>2020-12-16 00:17:28 +0000
commitc11acb74b4bc7decf962b191fbb08d6b72e515aa (patch)
tree25c919c5be893bce61abe0eb8a6a63ac1bc6d511 /src/data
parent467f016e401386a8a30d38429d96056df66bf38c (diff)
Exeggutor Teleport effect
Diffstat (limited to 'src/data')
-rw-r--r--src/data/effect_commands.asm8
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: