diff options
author | Marco Willems (M17.1) <progreon@gmail.com> | 2018-01-16 02:24:40 +0100 |
---|---|---|
committer | Marco Willems (M17.1) <progreon@gmail.com> | 2018-01-16 02:24:40 +0100 |
commit | 35f04db27cd4d5689c6498ba80eaeb695f973ebc (patch) | |
tree | 2ffd3d1eb500b5ee47c79b2dab01092b942f8c82 /include | |
parent | af35c8e429c09197eb46346696792ad89bf0c7d3 (diff) |
Continuing testing with OBJ_VRAM0, all replaced with OBJ_VRAM0_TEMP now
Diffstat (limited to 'include')
-rw-r--r-- | include/text.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.h b/include/text.h index f0d039d45..a7a62fcf7 100644 --- a/include/text.h +++ b/include/text.h @@ -91,7 +91,7 @@ struct WindowTemplate u8 tilemapTop; u8 width; u8 height; - u8 *tileData; + u8 *tileData; // to TileData4bpp *? u16 *tilemap; u32 maybeUnused; }; |