summaryrefslogtreecommitdiff
path: root/src/pokemon.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-11-23 18:12:33 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2019-11-23 18:12:33 -0500
commite3bc9c44cdde8833505baae76f26b7a5f424f3ad (patch)
treee8f1b78c58190b6c779ff14ec9efc7c8a4d57af4 /src/pokemon.c
parent13e1ed54b232f76026ca7e8b3c58f375c8827f2b (diff)
battle_message 2
Diffstat (limited to 'src/pokemon.c')
-rw-r--r--src/pokemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon.c b/src/pokemon.c
index 9aaddc142..72d259446 100644
--- a/src/pokemon.c
+++ b/src/pokemon.c
@@ -4796,7 +4796,7 @@ u8 GetItemEffectParamOffset(u16 itemId, u8 effectByte, u8 effectBit)
static void sub_8042D50(int stat)
{
gBattlerTarget = gBattlerInMenuId;
- StringCopy(gBattleTextBuff1, gUnknown_83FD5D0[gUnknown_825DFF0[stat]]);
+ StringCopy(gBattleTextBuff1, gStatNamesTable[gUnknown_825DFF0[stat]]);
StringCopy(gBattleTextBuff2, BattleText_Rose);
BattleStringExpandPlaceholdersToDisplayedString(BattleText_UnknownString3);
}