Fixed Teleport's description not being updated based on B_TELEPORT_BEHAVIOR (#7580)

This commit is contained in:
Eduardo Quezada 2025-08-19 08:39:20 -04:00 committed by GitHub
parent cc705a580d
commit 96653e704e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"