mirror of
https://github.com/zeldaret/mm.git
synced 2026-07-11 22:20:22 -04:00
Fix func_801A3F54 argument
Co-authored-by: engineer124 <47598039+engineer124@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user