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 /src/engine/text.c | |
parent | af35c8e429c09197eb46346696792ad89bf0c7d3 (diff) |
Continuing testing with OBJ_VRAM0, all replaced with OBJ_VRAM0_TEMP now
Diffstat (limited to 'src/engine/text.c')
-rw-r--r-- | src/engine/text.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/text.c b/src/engine/text.c index fe18a6d79..5d2abe785 100644 --- a/src/engine/text.c +++ b/src/engine/text.c @@ -552,6 +552,7 @@ const struct WindowTemplate gWindowTemplate_81E6C74 = 30, // width 20, // height OBJ_VRAM0, // tile data + // OBJ_VRAM0_TEMP, // tile data NULL, // tilemap }; @@ -1686,6 +1687,7 @@ const struct WindowTemplate gWindowTemplate_81E725C = 30, // width 20, // height OBJ_VRAM0, // tile data + // OBJ_VRAM0_TEMP, // tile data NULL, // tilemap }; |