skip z_title with button press

This commit is contained in:
briaguya
2025-01-21 14:47:28 -05:00
parent 63046a89ec
commit 2bc46bfa68
7 changed files with 30 additions and 0 deletions
@@ -14,6 +14,7 @@
#include <soh/GameVersions.h>
#include <soh/SaveManager.h>
#include "soh/ResourceManagerHelpers.h"
#include "soh/Enhancements/game-interactor/GameInteractor_Hooks.h"
#include <string.h>
#include "time.h"
@@ -275,6 +276,8 @@ void Title_Main(GameState* thisx) {
SET_NEXT_GAMESTATE(&this->state, Opening_Init, OpeningContext);
}
GameInteractor_ExecuteOnZTitleUpdate(this);
CLOSE_DISPS(this->state.gfxCtx);
}