Skip to content

Commit

Permalink
Removed testing strings for automatic line breaks (#5757)
Browse files Browse the repository at this point in the history
  • Loading branch information
hedara90 authored Dec 2, 2024
1 parent 4635f0e commit 8d262e7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/battle_message.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,6 @@ const u8 gText_drastically[] = _("drastically ");
const u8 gText_severely[] = _("severely ");
static const u8 sText_TerrainReturnedToNormal[] = _("The terrain returned to normal!"); // Unused

// Remove these when done testing
static const u8 sTest_TempTestText1[] = _("This is a text for testing stuff.");
static const u8 sTest_TempTestText2[] = _("This is a text for testing stuff that should be two lines.");
static const u8 sTest_TempTestText3[] = _("This is a text for testing stuff that should be three lines so it has to have some extra text.");

const u8 *const gBattleStringsTable[BATTLESTRINGS_COUNT] =
{
[STRINGID_TRAINER1LOSETEXT] = COMPOUND_STRING("{B_TRAINER1_LOSE_TEXT}"),
Expand Down

0 comments on commit 8d262e7

Please sign in to comment.