diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-11-18 09:30:04 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-18 09:30:04 -0800 |
commit | 8edb453c9de6459f4da78522b248a2e507ba1f08 (patch) | |
tree | b0f8d934094b4e2aed8fa3ab536784dba7594627 /include/text_window.h | |
parent | ef165d397727f46e81d1e60991e10e379969b776 (diff) | |
parent | 016b2d16bcc735053267b3b5e8cd597807db4055 (diff) |
Merge pull request #461 from ProjectRevoTPP/data
migrate data
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); |