summaryrefslogtreecommitdiff
path: root/data/scripts/cutscene/introAssembly/script_GuardAtAssembly.inc
blob: 1c324e64aa1880a22cb87eaafe1f7b090a99781f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@ Intro Assembly Guard
SCRIPT_START script_GuardAtAssembly
	BeginBlock
	SetAnimationState 0x0000
	SetAnimation 0x0000
	EndBlock
	WaitForSyncFlag 0x00000010
	PlaySound SFX_11C
	SetAnimation 0x0001
	Wait 0x0010
	PlaySound SFX_11C
	SetAnimationState 0x0004
	SetAnimation 0x0006
	Wait 0x0010
	DoPostScriptAction 0x000f
	SetEntitySpeed 0x0200
	WalkSouth 0x1c20
	DoPostScriptAction 0x0006
SCRIPT_END