summaryrefslogtreecommitdiff
path: root/data/scripts/hyruleTown/script_PlayerAtCarlov.inc
blob: d93ecabd98841a416a477a2466f15701ffe0ec7f (plain)
1
2
3
4
5
6
7
8
9
10
11
@ Player at Carlov
SCRIPT_START script_PlayerAtCarlov
	EndBlock
	WaitForSyncFlagAndClear 0x00000002
	SetEntitySpeed 0x00e0
	MoveTo 0x0078, 0x0068
	DoPostScriptAction 0x0000
	Wait 0x0010
	SetSyncFlag 0x00000001
	Call PlayerSetNormalAndCollide
SCRIPT_END