summaryrefslogtreecommitdiff
path: root/src/starter_choose.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-02-19 18:36:48 -0500
committerGriffinR <griffin.g.richards@gmail.com>2021-02-24 11:03:08 -0500
commit81a7f491b7053281ad63f6a13067bd1a36249a73 (patch)
treec5495dfcfb1bce6035914a2a256b85f17fcdaf31 /src/starter_choose.c
parent06ae5a37e2671455bfb59935cf93d8f23923ce8a (diff)
Use WINDOW_NONE constant
Diffstat (limited to 'src/starter_choose.c')
-rw-r--r--src/starter_choose.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/starter_choose.c b/src/starter_choose.c
index f7ffcfc2c..587169841 100644
--- a/src/starter_choose.c
+++ b/src/starter_choose.c
@@ -613,7 +613,7 @@ static void ClearStarterLabel(void)
FillWindowPixelBuffer(sStarterLabelWindowId, PIXEL_FILL(0));
ClearWindowTilemap(sStarterLabelWindowId);
RemoveWindow(sStarterLabelWindowId);
- sStarterLabelWindowId = 0xFF;
+ sStarterLabelWindowId = WINDOW_NONE;
SetGpuReg(REG_OFFSET_WIN0H, 0);
SetGpuReg(REG_OFFSET_WIN0V, 0);
ScheduleBgCopyTilemapToVram(0);