From 96653e704e465307580fa2302a828a53d1e800e6 Mon Sep 17 00:00:00 2001 From: Eduardo Quezada Date: Tue, 19 Aug 2025 08:39:20 -0400 Subject: [PATCH] Fixed Teleport's description not being updated based on `B_TELEPORT_BEHAVIOR` (#7580) --- src/data/moves_info.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/moves_info.h b/src/data/moves_info.h index 00da8aa15f..248e69ccca 100644 --- a/src/data/moves_info.h +++ b/src/data/moves_info.h @@ -2668,10 +2668,10 @@ const struct MoveInfo gMovesInfo[MOVES_COUNT_ALL] = [MOVE_TELEPORT] = { .name = COMPOUND_STRING("Teleport"), - #if B_TELEPORT_BEHAVIOUR >= GEN_8 + #if B_TELEPORT_BEHAVIOR >= GEN_8 .description = COMPOUND_STRING( "Switches the user out last.\n" - "Flees when used by wild {PKMN}.") + "Flees when used by wild {PKMN}."), #else .description = COMPOUND_STRING( "A psychic move for fleeing\n"