summaryrefslogtreecommitdiff
path: root/data/scripts/hyruleCastle/script_CutsceneOrchestratorSanctuaryEntrance.inc
blob: 23e785e501b02a4ad58b9fe8024c3675427774ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@ Hyrule Castle CUTSCENE_ORCHESTRATOR Sanctuary Entrance
SCRIPT_START script_CutsceneOrchestratorSanctuaryEntrance
	CheckPlayerInRegion 0x0088, 0x0048, 0x3030
	JumpIfNot script_CutsceneOrchestratorSanctuaryEntrance
	SetPlayerIdle
	Call WaitForPlayerNormal
	Call DisablePauseMenuAndPutAwayItems
	StartPlayerScript script_PlayerAtSanctuaryEntrance
	WaitForSyncFlagAndClear 0x00000001
	EzloMessage TEXT_VAATI, 0x2d
	WaitUntilTextboxCloses
	SetLocalFlag NAKANIWA_00_EZERO
	Call EnablePauseMenu
	EnablePlayerControl
	DoPostScriptAction 0x0006
SCRIPT_END
	.2byte 0x0000