diff options
| author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-11-15 18:56:27 -0500 |
|---|---|---|
| committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-11-15 18:56:27 -0500 |
| commit | f85dbd0779bdee6e191100d8e0bc53d3c601e8f3 (patch) | |
| tree | 35b44165cccc5575f7c695363c2054e15b33ffb8 /include | |
| parent | 542e1cac5520175949098cb6311faaba42bc2f37 (diff) | |
migrate text_window and reset_rtc_screen data to src
Diffstat (limited to 'include')
| -rw-r--r-- | include/text_window.h | 4 |
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); |
