diff options
author | Evan <eroelke@gmail.com> | 2020-05-01 19:54:35 -0600 |
---|---|---|
committer | Evan <eroelke@gmail.com> | 2020-05-01 19:54:35 -0600 |
commit | fcb999beea38668efc60ddec8b4f6fbed63cacc5 (patch) | |
tree | a9851896819a0b9149395c6f482ee11055a23c13 /src/pokemon.c | |
parent | ece62fa4ba8e385809deff330c7d7a0b348c10ae (diff) |
document battle_message.c
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) |