diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-06 10:44:22 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-06 10:44:22 -0500 |
commit | 78caeff45b98bf3cce180d37606d5a5239fbb030 (patch) | |
tree | dd2bda7991d1d50e83317c9a99633714c0c0106a /src/union_room_message.c | |
parent | 6af7391add68be30c6bd7d22803a3dd454e08a33 (diff) |
Name remaining funcs in union_room.c
Diffstat (limited to 'src/union_room_message.c')
-rw-r--r-- | src/union_room_message.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/union_room_message.c b/src/union_room_message.c index 0edef7b04..6cfeb5552 100644 --- a/src/union_room_message.c +++ b/src/union_room_message.c @@ -5,7 +5,7 @@ ALIGNED(4) const u8 gUnionRoomActivity_Blank[] = _(""); ALIGNED(4) const u8 gUnknown_84571B0[] = _(":"); -ALIGNED(4) const u8 gUnknown_84571B4[] = _("{EXTRA 7}"); +ALIGNED(4) const u8 gUnknown_84571B4[] = _("{ID}"); ALIGNED(4) const u8 gUnknown_84571B8[] = _("Please start over from the beginning."); ALIGNED(4) const u8 gUnknown_84571E0[] = _("The WIRELESS COMMUNICATION\nSYSTEM search has been canceled."); ALIGNED(4) const u8 gUnref_845721C[] = _("ともだちからの れんらくを\nまっています"); |