summaryrefslogtreecommitdiff
path: root/src/window.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-10-18 21:24:37 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2018-10-18 21:24:37 +0200
commitdfee5deca8e5c6f5b35b75d56e215638b66320b0 (patch)
tree9e908648f10c5b3891949815d94508d0b14dfade /src/window.c
parentb23dc9a12303e979b7612c703f706cbe2b091c96 (diff)
Move Bitmap struct and clear sprite/text files
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index 9a52a5a20..e93577e3a 100644
--- a/src/window.c
+++ b/src/window.c
@@ -20,7 +20,7 @@ EWRAM_DATA static u16 sWindowSize = 0;
static u8 GetNumActiveWindowsOnBg(u8 bgId);
static u8 GetNumActiveWindowsOnBg8Bit(u8 bgId);
-static const struct WindowTemplate sDummyWindowTemplate = {0xFF, 0, 0, 0, 0, 0, 0};
+static const struct WindowTemplate sDummyWindowTemplate = DUMMY_WIN_TEMPLATE;
static void nullsub_8(void)
{