diff options
Diffstat (limited to 'src/pokemon.c')
-rw-r--r-- | src/pokemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon.c b/src/pokemon.c index c85c7772c..8f87db6ed 100644 --- a/src/pokemon.c +++ b/src/pokemon.c @@ -4819,7 +4819,7 @@ static void sub_8042D50(int stat) gBattlerTarget = gBattlerInMenuId; StringCopy(gBattleTextBuff1, gStatNamesTable[gUnknown_825DFF0[stat]]); StringCopy(gBattleTextBuff2, gBattleText_Rose); - BattleStringExpandPlaceholdersToDisplayedString(gBattleText_UnknownString3); + BattleStringExpandPlaceholdersToDisplayedString(gText_PkmnsStatChanged2); } const u8 *Battle_PrintStatBoosterEffectMessage(u16 itemId) |