summaryrefslogtreecommitdiff
path: root/data/scripts/cutscene/outro/script_Npc4EDHCThrone.inc
blob: fff5625ddcd6baf33dc5774077fa45a91972aabf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@ Outro NPC4E Fix DHC Throne
SCRIPT_START script_Npc4EDHCThrone
	BeginBlock
	SetPlayerIdle
	Call DisablePauseMenuAndPutAwayItems
	SetEntityPositionRelative 0x0088, 0x0068
	Call sub_0807F844
	EndBlock
	Wait 0x003c
	PlaySound SFX_EVAPORATE
	CallWithArg NPC4E_DoScreenTransition, 8
	DoPostScriptAction 0x0006
SCRIPT_END