diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-22 16:22:16 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-22 16:22:16 +0100 |
commit | cddd44834e1786b4cb88cf7723b9b7fa9ef15b09 (patch) | |
tree | 6850f86bddce68d1a6b9e4149ffecd0ace874551 /include/text_window.h | |
parent | 19c25a8f2b3145b6a053cf3af9a76b306dbf3a88 (diff) | |
parent | 841ee0f2b25b39b923a9f800279df413edb8c66d (diff) |
Merge branch 'master' into dump_pointers
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 da3fb301e..0af007397 100644 --- a/include/text_window.h +++ b/include/text_window.h @@ -3,8 +3,8 @@ struct TilesPal { - u32* tiles; - u16* pal; + u32 *tiles; + u16 *pal; }; const struct TilesPal* sub_8098758(u8 id); |