diff options
Diffstat (limited to 'src/strings.c')
-rw-r--r-- | src/strings.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/strings.c b/src/strings.c index 8742b327b..54c9bdc6a 100644 --- a/src/strings.c +++ b/src/strings.c @@ -197,13 +197,13 @@ const u8 OtherText_ThePC[] = _("the PC."); const struct TextStruct gUnknown_0840E740[7] = { - OtherText_TheField3, - OtherText_TheBattle, - OtherText_ThePokeList, - OtherText_TheShop, - OtherText_TheField, - OtherText_TheField2, - OtherText_ThePC, + OtherText_TheField3, + OtherText_TheBattle, + OtherText_ThePokeList, + OtherText_TheShop, + OtherText_TheField, + OtherText_TheField2, + OtherText_ThePC, }; const u8 gOtherText_ReturnTo[] = _("Return to"); |