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