summaryrefslogtreecommitdiff
path: root/data/scripts/cutscene/originStory/script_PlayerTryToFollowVaati.inc
blob: 06615df8bf8833ae789dac0a48a38397047247f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@ Player trying to follow Vaati outside castle
SCRIPT_START script_PlayerTryToFollowVaati
	BeginBlock
	SetEntitySpeed 0x0200
	EndBlock
	DoPostScriptAction 0x0001
	MoveTo 0x01f8, 0x0148
	SetAnimationState 0x0004
	DoPostScriptAction 0x0000
	SetSyncFlag 0x00000001
	Call SetPlayerActionNormal
SCRIPT_END