mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-03-06 07:27:47 +01:00
Removed pointless EmptyString print
This commit is contained in:
parent
adf039fe12
commit
8d9c10224d
@ -5121,8 +5121,7 @@ static void BufferStatRoseMessage(s32 arg0)
|
|||||||
StringCopy(gBattleTextBuff1, gStatNamesTable[sStatsToRaise[arg0]]);
|
StringCopy(gBattleTextBuff1, gStatNamesTable[sStatsToRaise[arg0]]);
|
||||||
if (B_X_ITEMS_BUFF == GEN_7)
|
if (B_X_ITEMS_BUFF == GEN_7)
|
||||||
{
|
{
|
||||||
StringCopy(gBattleTextBuff2, gText_EmptyString3);
|
StringCopy(gBattleTextBuff2, gText_StatSharply);
|
||||||
StringAppend(gBattleTextBuff2, gText_StatSharply);
|
|
||||||
StringAppend(gBattleTextBuff2, gText_StatRose);
|
StringAppend(gBattleTextBuff2, gText_StatRose);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user