summaryrefslogtreecommitdiff
path: root/data/scripts/southHyruleField/script_PlayerWakeAfterRest.inc
blob: cc3556b45057b79f19805bdae74e400f5ca38ee3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@ Player waking up after rest
SCRIPT_START script_PlayerWakeAfterRest
	BeginBlock
	Call DisablePauseMenuAndPutAwayItems
	EndBlock
	WaitForSyncFlagAndClear 0x00000002
	SetFadeTime 0x0002
	SetFade4
	WaitForFadeFinish
	DoPostScriptAction 0x0014
	Wait 0x001e
	SetSyncFlag 0x00000001
SCRIPT_END