summaryrefslogtreecommitdiff
path: root/src/strings.c
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-04-06 03:41:00 -0400
committerPhlosioneer <mattmdrr2@gmail.com>2019-04-06 03:42:14 -0400
commitbc506861581869658f627a21fa90749540f352ca (patch)
tree9451b625bf541ce48c1bff5d3998b15fc39207e3 /src/strings.c
parentf4737874ef2308607cef97f61e8ae0a1ae05bdd8 (diff)
Decomp everything onvolving UnknownSubStruct_81C81D4
Now I can start cleaning up the fields and substructs
Diffstat (limited to 'src/strings.c')
-rw-r--r--src/strings.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/strings.c b/src/strings.c
index f81a19083..c4266a135 100644
--- a/src/strings.c
+++ b/src/strings.c
@@ -962,9 +962,9 @@ const u8 gUnknown_085EBE7D[] = _("DETAIL");
const u8 gUnknown_085EBE84[] = _("CALL");
const u8 gUnknown_085EBE89[] = _("EXIT");
const u8 gUnknown_085EBE8E[] = _("Can't call opponent here.");
-const u8 gUnknown_085EBEA8[] = _("STRATEGY");
-const u8 gUnknown_085EBEB1[] = _("TRAINER'S POKéMON");
-const u8 gUnknown_085EBEC3[] = _("SELF-INTRODUCTION");
+const u8 gText_NavgearMatchCall_Strategy[] = _("STRATEGY");
+const u8 gText_NavgearMatchCall_TrainerPokemon[] = _("TRAINER'S POKéMON");
+const u8 gText_NavgearMatchCall_SelfIntroduction[] = _("SELF-INTRODUCTION");
const u8 gText_Navgear_ClearButtonList[] = _("{CLEAR 0x80}");
const u8 gText_NavgearMap_ZoomedOutButtons[] = _("{A_BUTTON}ZOOM {B_BUTTON}CANCEL");
const u8 gText_NavgearMap_ZoomedInButtons[] = _("{A_BUTTON}FULL {B_BUTTON}CANCEL");