summaryrefslogtreecommitdiff
path: root/include/text.h
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2018-02-03 13:35:38 -0500
committeryenatch <yenatch@gmail.com>2018-02-03 13:35:38 -0500
commit204d3e45f0c0843ada1243897d36e873059efde1 (patch)
treeb4c3fae28387695175f007357848286afbb0a494 /include/text.h
parent3ed97d94be70bee91b581517311c01cf20c917de (diff)
parentf1584e69c307427516d2c180ab92e28bc3786326 (diff)
Merge remote-tracking branch 'origin/master' into battle-1
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