Fix func_801A3F54 argument

Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>
This commit is contained in:
Tom Overton
2021-12-20 02:54:06 -08:00
committed by GitHub
parent 2f73fdf2f9
commit a7188971a8
@@ -428,7 +428,7 @@ void ObjTokeidai_TowerOpening_EndCutscene(ObjTokeidai* this, GlobalContext* glob
(globalCtx->csCtx.unk_12 == 0)) ||
((globalCtx->sceneNum == SCENE_00KEIKOKU) && (gSaveContext.sceneSetupIndex == 2) &&
(globalCtx->csCtx.unk_12 == 0))) {
func_801A3F54(0);
func_801A3F54(false);
gSaveContext.cutscene = 0;
gSaveContext.nextCutsceneIndex = 0;
gSaveContext.respawnFlag = 2;