diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-02-19 18:36:48 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-02-24 11:03:08 -0500 |
commit | 81a7f491b7053281ad63f6a13067bd1a36249a73 (patch) | |
tree | c5495dfcfb1bce6035914a2a256b85f17fcdaf31 /src/starter_choose.c | |
parent | 06ae5a37e2671455bfb59935cf93d8f23923ce8a (diff) |
Use WINDOW_NONE constant
Diffstat (limited to 'src/starter_choose.c')
-rw-r--r-- | src/starter_choose.c | 2 |
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); |