summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-01-30 20:37:10 -0800
committerGitHub <noreply@github.com>2018-01-30 20:37:10 -0800
commit2bd2dd1db7252a928a84cd65ea0510ed1533fa9b (patch)
tree42bbf9fb1c470f1769329fb7a15a56d83034e78a /include/text.h
parent710477b8a56a9dd31f68d039002546af111123f3 (diff)
parent58928acf41b3ed7fc9f7de12db2aad27de744203 (diff)
Merge pull request #512 from PikalaxALT/pokemon_storage_system
[Merge if you so choose] Pokemon Storage System
Diffstat (limited to 'include/text.h')
-rw-r--r--include/text.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/text.h b/include/text.h
index f0d039d45..71afd1d00 100644
--- a/include/text.h
+++ b/include/text.h
@@ -253,4 +253,6 @@ void Text_StripExtCtrlCodes(u8 *str);
s32 StringCompareWithoutExtCtrlCodes(const u8 *str1, const u8 *str2);
u8 sub_8004FD0(struct Window *win, u8 *dest, const u8 *src, u16 tileDataStartOffset, u8 left, u16 top, u8 width, u32 a8);
+extern const u16 gUnknownPalette_81E6692[];
+
#endif // GUARD_TEXT_H