summaryrefslogtreecommitdiff
path: root/data/scripts/cutscene/ezlo/script_PlayerDefeatedOctoroks.inc
blob: 9e784a5cbff4dadf08acdd47c60b5746b22318fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@ Ezlo octoroks defeated Player
SCRIPT_START script_PlayerDefeatedOctoroks
	BeginBlock
	SetEntitySpeed 0x0100
	EndBlock
	DoPostScriptAction 0x0001
	MoveTo 0x0388, 0x0180
	SetAnimationState 0x0000
	DoPostScriptAction 0x0000
	SetSyncFlag 0x00000001
	Call SetPlayerActionNormal
SCRIPT_END