diff options
author | drifloony <drifloony@users.noreply.github.com> | 2017-07-20 19:32:09 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-20 19:32:09 -0700 |
commit | e4c1e80941c62b9d1dfe6312173e800de7439175 (patch) | |
tree | 5bb3263a3911bddcb64ce840c6fa08f74d1e3eaa /src/strings.c | |
parent | 22160bc59c9e508e58b34b63ba7afaee6313d679 (diff) | |
parent | 3606fccc83333c9f96428f738287f0f84500dd27 (diff) |
Merge branch 'master' into battle_records
Diffstat (limited to 'src/strings.c')
-rw-r--r-- | src/strings.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/strings.c b/src/strings.c index be1bd94c7..219c5bec1 100644 --- a/src/strings.c +++ b/src/strings.c @@ -197,7 +197,7 @@ const u8 OtherText_TheField[] = _("the field."); const u8 OtherText_TheField2[] = _("the field."); const u8 OtherText_ThePC[] = _("the PC."); -const struct TextStruct gUnknown_0840E740[7] = +const u8 *const gUnknown_0840E740[7] = { OtherText_TheField3, OtherText_TheBattle, @@ -1120,7 +1120,7 @@ const u8 OtherText_TheField[] = _("zum Hauptmenü."); const u8 OtherText_TheField2[] = _("zum Hauptmenü."); const u8 OtherText_ThePC[] = _("zum PC."); -const struct TextStruct gUnknown_0840E740[7] = +const u8 *const gUnknown_0840E740[7] = { OtherText_TheField3, OtherText_TheBattle, |