From 8d9c10224d2d72e8436b6805809f755d8d938461 Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Thu, 7 Jan 2021 15:51:52 -0300 Subject: [PATCH] Removed pointless EmptyString print --- src/pokemon.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pokemon.c b/src/pokemon.c index 4fe8464c9a..7a99ff8d79 100644 --- a/src/pokemon.c +++ b/src/pokemon.c @@ -5121,8 +5121,7 @@ static void BufferStatRoseMessage(s32 arg0) StringCopy(gBattleTextBuff1, gStatNamesTable[sStatsToRaise[arg0]]); if (B_X_ITEMS_BUFF == GEN_7) { - StringCopy(gBattleTextBuff2, gText_EmptyString3); - StringAppend(gBattleTextBuff2, gText_StatSharply); + StringCopy(gBattleTextBuff2, gText_StatSharply); StringAppend(gBattleTextBuff2, gText_StatRose); } else