From d79a499d9195f07e8d253943f15c5bcc8370e9b3 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 9 Apr 2020 14:43:08 -0400 Subject: Attempt to doc trade --- src/strings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/strings.c') diff --git a/src/strings.c b/src/strings.c index de428ddd9..5ccf34dcf 100644 --- a/src/strings.c +++ b/src/strings.c @@ -1203,7 +1203,7 @@ const u8 gText_ThreeQuestionMarks[] = _("???"); const u8 gText_UnusedEmpty[] = _(""); const u8 gText_UnusedLv[] = _("Lv"); const u8 gText_UnusedDashes[] = _("---"); -const u8 gUnknown_841E09F[] = _("????"); +const u8 gText_4Qmark[] = _("????"); const u8 gText_UnusedEmpty2[] = _(""); const u8 gUnknown_841E0A5[] = _("Is this trade okay?"); const u8 gTradeText_Cancel[] = _("CANCEL"); -- cgit v1.2.3 From 61a06dffe79d03c0d57f70db646655c74af7147a Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Fri, 10 Apr 2020 10:57:20 -0400 Subject: Address review comments --- src/strings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/strings.c') diff --git a/src/strings.c b/src/strings.c index 5ccf34dcf..da2a5b619 100644 --- a/src/strings.c +++ b/src/strings.c @@ -185,7 +185,7 @@ const u8 gText_NoRoomToStoreItems[] = _("There's no room to\nstore items."); const u8 gText_TossOutHowManyStrVar1s[] = _("Toss out how many\n{STR_VAR_1}(s)?"); const u8 gText_ThrewAwayStrVar2StrVar1s[] = _("Threw away {STR_VAR_2}\n{STR_VAR_1}(s)."); const u8 gText_ThrowAwayStrVar2OfThisItemQM[] = _("Throw away {STR_VAR_2} of\nthis item?"); -const u8 gUnknown_8416425[] = _("OAK: {PLAYER}!\nThis isn't the time to use that!{PAUSE_UNTIL_PRESS}"); +const u8 gText_OakForbidsUseOfItemHere[] = _("OAK: {PLAYER}!\nThis isn't the time to use that!{PAUSE_UNTIL_PRESS}"); const u8 gUnknown_8416451[] = _("You can't dismount your BIKE here.{PAUSE_UNTIL_PRESS}"); const u8 gText_ItemfinderResponding[] = _("Huh?\nThe ITEMFINDER's responding!\pThere's an item buried around here!{PAUSE_UNTIL_PRESS}"); const u8 gText_ItemfinderShakingWildly[] = _("Oh!\nThe ITEMFINDER's shaking wildly!\pThere's an item buried underfoot!\p‥ ‥ ‥ ‥ ‥ ‥{PAUSE_UNTIL_PRESS}"); -- cgit v1.2.3 From 5f7ed93363db01da8667aadf47d78cb6515bb450 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Fri, 10 Apr 2020 12:03:37 -0400 Subject: Name as many symbols as I could in trade.c --- src/strings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/strings.c') diff --git a/src/strings.c b/src/strings.c index da2a5b619..29bbd2fdf 100644 --- a/src/strings.c +++ b/src/strings.c @@ -1205,7 +1205,7 @@ const u8 gText_UnusedLv[] = _("Lv"); const u8 gText_UnusedDashes[] = _("---"); const u8 gText_4Qmark[] = _("????"); const u8 gText_UnusedEmpty2[] = _(""); -const u8 gUnknown_841E0A5[] = _("Is this trade okay?"); +const u8 gText_IsThisTradeOkay[] = _("Is this trade okay?"); const u8 gTradeText_Cancel[] = _("CANCEL"); const u8 gTradeText_ChooseAPokemon[] = _("Choose a POKéMON."); const u8 gTradeText_Summary[] = _("SUMMARY"); -- cgit v1.2.3