summaryrefslogtreecommitdiff
path: root/data/scripts/cutscene/takeover/script_MinisterPothoTakeover.inc
blob: 67b71c4fbaadb4bf0023d7fb3ee17bfc6620786b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@ Western Wood Cutscene Minister Potho
SCRIPT_START script_MinisterPothoTakeover
	BeginBlock
	SetAnimationState 0x0004
	DoPostScriptAction 0x0000
	EndBlock
	WaitForSyncFlagAndClear 0x00000001
	MessageNoOverlap TEXT_VAATI, 0x1c
	WaitUntilTextboxCloses
	SetSyncFlag 0x00000002
	WaitForSyncFlag 0x00000200
	DoPostScriptAction 0x0005
	WaitForSyncFlag 0x00000400
	DoPostScriptAction 0x0006
SCRIPT_END