We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13ca730 commit 1c4c671Copy full SHA for 1c4c671
1 file changed
decompile/General/222/222_Full.c
@@ -415,7 +415,8 @@ void DECOMP_AA_EndEvent_DrawMenu(void)
415
RECTMENU_ClearInput();
416
417
sdata->Loading.OnBegin.AddBitsConfig0 |= ADVENTURE_ARENA;
418
- sdata->Loading.OnBegin.RemBitsConfig0 |= (ADVENTURE_BOSS | TOKEN_RACE);
+ sdata->Loading.OnBegin.RemBitsConfig0 |= ADVENTURE_BOSS;
419
+ sdata->Loading.OnBegin.RemBitsConfig8 |= TOKEN_RACE;
420
421
// If you are in boss mode
422
if (gGT->gameMode1 < 0)
0 commit comments