Fixed Teleport's description not being updated based on B_TELEPORT_BEHAVIOR (#7580)
This commit is contained in:
parent
cc705a580d
commit
96653e704e
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user