Hopefully finally fix inputs remaining during the menu

This commit is contained in:
Agent X 2024-07-08 19:28:47 -04:00
parent cc9154a16f
commit 036e5ad53c
1 changed files with 2 additions and 0 deletions

View File

@ -1643,6 +1643,8 @@ void update_menu_level(void) {
// reset input
gMarioState->input = 0;
gMarioState->intendedMag = 0;
gMarioState->controller->buttonDown = 0;
gMarioState->controller->buttonPressed = 0;
gMarioState->controller->rawStickX = 0;
gMarioState->controller->rawStickY = 0;
gMarioState->controller->stickX = 0;