summaryrefslogtreecommitdiff
path: root/data/scripts/dhc/script_CutsceneOrchestratorV1Defeated.inc
blob: 1326fb6d99653baae5f271be7167e61e901d6c84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@ DHC CUTSCENE_ORCHESTRATOR V1 defeated
SCRIPT_START script_CutsceneOrchestratorV1Defeated
	EndBlock
script_0800DFB6:
	CheckRoomFlag 0x0001
	JumpIfNot script_0800DFB6
	StopBgm
	SetPlayerIdle
	Call DisablePauseMenuAndPutAwayItems
	PlaySound SFX_EVAPORATE
	CallWithArg NPC4E_DoScreenTransition, 4
	Call EnablePauseMenu
	EnablePlayerControl
	DoPostScriptAction 0x0006
SCRIPT_END