summaryrefslogtreecommitdiff
path: root/include/text_window.h
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2017-11-15 18:56:27 -0500
committerProjectRevoTPP <projectrevotpp@hotmail.com>2017-11-15 18:56:27 -0500
commitf85dbd0779bdee6e191100d8e0bc53d3c601e8f3 (patch)
tree35b44165cccc5575f7c695363c2054e15b33ffb8 /include/text_window.h
parent542e1cac5520175949098cb6311faaba42bc2f37 (diff)
migrate text_window and reset_rtc_screen data to src
Diffstat (limited to 'include/text_window.h')
-rw-r--r--include/text_window.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/text_window.h b/include/text_window.h
index afd645540..7df1453ca 100644
--- a/include/text_window.h
+++ b/include/text_window.h
@@ -5,8 +5,8 @@
struct FrameGraphics
{
- u8 *tiles;
- u16 *palette;
+ const u8 *tiles;
+ const u16 *palette;
};
u16 SetTextWindowBaseTileNum(u16 baseTileNum);