diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-30 23:37:27 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-30 23:37:27 -0500 |
commit | 51ade392bf16ae4c87a18f8965b8e650fe983d03 (patch) | |
tree | abca9b93197138cc4e375c0b7ed4412d52007c0c /include/text.h | |
parent | f5b348f8d0b2587145c1d17e2b35fb2c49a3fb93 (diff) | |
parent | 2bd2dd1db7252a928a84cd65ea0510ed1533fa9b (diff) |
Merge branch 'master' of https://github.com/pret/pokeruby
Diffstat (limited to 'include/text.h')
-rw-r--r-- | include/text.h | 2 |
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 |