diff options
Diffstat (limited to 'include/text_window.h')
-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); |