diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-12-10 13:48:20 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-12-10 19:29:23 -0600 |
commit | ed1ff0ad774c67e7184fb0c862005e487fed42ec (patch) | |
tree | 4df9e3ca8fc80c484d9722828df8e1b426ff62eb /src/pokenav_unk_4.c | |
parent | fe164529990dd73921a22cb2bbb365241c76fc75 (diff) |
Document misc strings and text colors
Diffstat (limited to 'src/pokenav_unk_4.c')
-rwxr-xr-x | src/pokenav_unk_4.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/pokenav_unk_4.c b/src/pokenav_unk_4.c index b8d9a51e7..36459e56b 100755 --- a/src/pokenav_unk_4.c +++ b/src/pokenav_unk_4.c @@ -199,12 +199,13 @@ const struct WindowTemplate gUnknown_086227E0 = const u8 *const gUnknown_086227E8[] = { - gUnknown_085EC017, - gUnknown_085EC01C, - gUnknown_085EC022 + gText_Call, + gText_Check, + gText_Cancel6 }; -const u8 gUnknown_086227F4[] = _("·{PAUSE 0x04}·{PAUSE 0x04}·{PAUSE 0x04}·{PAUSE 0x04}·\p"); +// The series of 5 dots that appear when someone is called with Match Call +static const u8 sText_CallingDots[] = _("·{PAUSE 0x04}·{PAUSE 0x04}·{PAUSE 0x04}·{PAUSE 0x04}·\p"); const struct WindowTemplate gUnknown_08622808 = { @@ -1100,7 +1101,7 @@ static bool32 sub_81CC0D0(struct Pokenav4Struct *state) static void sub_81CC0E0(struct Pokenav4Struct *state) { - AddTextPrinterParameterized(state->unk14, 1, gUnknown_086227F4, 32, 1, 1, NULL); + AddTextPrinterParameterized(state->unk14, 1, sText_CallingDots, 32, 1, 1, NULL); } static bool32 sub_81CC104(struct Pokenav4Struct *state) |