summaryrefslogtreecommitdiff
path: root/src/strings.c
diff options
context:
space:
mode:
authorGriffinR <griffin.richards@comcast.net>2019-11-18 12:45:56 -0500
committerGriffinR <griffin.richards@comcast.net>2019-11-18 12:47:10 -0500
commita486c8affd35bec6e3b71c8c1bfbaba2dc94ec4b (patch)
tree062ac919817dbfa142929167da4e131c2dc58d49 /src/strings.c
parentfc3783b7395b25d290ec650d79fbdc80518046cd (diff)
parent5393b42f7ccfd10986a9a253e29ce54fae847a78 (diff)
Begin documenting Apprentice, merge with master
Diffstat (limited to 'src/strings.c')
-rw-r--r--src/strings.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/strings.c b/src/strings.c
index ef63b52c4..afa567b9f 100644
--- a/src/strings.c
+++ b/src/strings.c
@@ -1220,11 +1220,11 @@ const u8 gText_BattleArena[] = _("BATTLE ARENA");
const u8 gText_BattlePike[] = _("BATTLE PIKE");
const u8 gText_BattlePyramid[] = _("BATTLE PYRAMID");
-ALIGNED(4) const u8 gUnknown_085ED164[] = _("{STR_VAR_1} SINGLE");
-ALIGNED(4) const u8 gUnknown_085ED170[] = _("{STR_VAR_1} DOUBLE");
-ALIGNED(4) const u8 gUnknown_085ED17C[] = _("{STR_VAR_1} MULTI");
-ALIGNED(4) const u8 gUnknown_085ED188[] = _("{STR_VAR_1} LINK");
-ALIGNED(4) const u8 gUnknown_085ED190[] = _("{STR_VAR_1}");
+ALIGNED(4) const u8 gText_FacilitySingle[] = _("{STR_VAR_1} SINGLE");
+ALIGNED(4) const u8 gText_FacilityDouble[] = _("{STR_VAR_1} DOUBLE");
+ALIGNED(4) const u8 gText_FacilityMulti[] = _("{STR_VAR_1} MULTI");
+ALIGNED(4) const u8 gText_FacilityLink[] = _("{STR_VAR_1} LINK");
+ALIGNED(4) const u8 gText_Facility[] = _("{STR_VAR_1}");
const u8 gText_Give[] = _("Give");
const u8 gText_NoNeed[] = _("No need");