diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-02-19 23:22:26 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-02-24 11:03:25 -0500 |
commit | a5852d57d124c49fd1b80510e968c18404a436a3 (patch) | |
tree | b1b37f32e5eb22286c487d74c8db9deecf14c00d /src/starter_choose.c | |
parent | e52b46ab43d50b02734d1b1b9eeeccdc8daf9789 (diff) |
Use TASK_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 587169841..aa8b87237 100644 --- a/src/starter_choose.c +++ b/src/starter_choose.c @@ -464,7 +464,7 @@ void CB2_ChooseStarter(void) gSprites[spriteId].sTaskId = taskId; gSprites[spriteId].sBallId = 2; - sStarterLabelWindowId = 0xFF; + sStarterLabelWindowId = WINDOW_NONE; } static void CB2_StarterChoose(void) |