From 35f04db27cd4d5689c6498ba80eaeb695f973ebc Mon Sep 17 00:00:00 2001 From: "Marco Willems (M17.1)" Date: Tue, 16 Jan 2018 02:24:40 +0100 Subject: Continuing testing with OBJ_VRAM0, all replaced with OBJ_VRAM0_TEMP now --- src/engine/text.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/engine/text.c') 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 }; -- cgit v1.2.3