Skip to content

Commit

Permalink
Forgot a debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Hedara committed Feb 5, 2025
1 parent 8ff76fd commit 734969a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/battle_message.c
Original file line number Diff line number Diff line change
Expand Up @@ -3095,7 +3095,6 @@ u32 BattleStringExpandPlaceholders(const u8 *src, u8 *dst, u32 dstSize)
toCpy = sText_Opposing2;
break;
case B_TXT_DEF_TEAM1:
MgbaPrintf(MGBA_LOG_WARN, "Stuff %u", gBattlerTarget);
if (GetBattlerSide(gBattlerTarget) == B_SIDE_PLAYER)
toCpy = sText_Your1;
else
Expand Down

0 comments on commit 734969a

Please sign in to comment.