diff options
author | camthesaxman <cameronghall@cox.net> | 2017-07-08 22:01:23 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-07-08 22:01:23 -0500 |
commit | 4a9e02772870528cc3b9653eb4028b236f3c3aa8 (patch) | |
tree | 6c70c6b230acc0d26527174e66ff5a3eb8752e57 /include/strings.h | |
parent | 42aaa52c94aa59cb62f2f598af5dd25ae9d8537e (diff) |
get rid of TextStruct
Diffstat (limited to 'include/strings.h')
-rwxr-xr-x | include/strings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/strings.h b/include/strings.h index 89a78e478..fe9cfc6ba 100755 --- a/include/strings.h +++ b/include/strings.h @@ -188,7 +188,7 @@ extern const u8 OtherText_TheField[]; extern const u8 OtherText_TheField2[]; extern const u8 OtherText_ThePC[]; -extern const struct TextStruct gUnknown_0840E740[]; +extern const u8 *const gUnknown_0840E740[7]; extern const u8 gOtherText_ReturnTo[]; extern const u8 gOtherText_WhatWillYouDo2[]; |