summaryrefslogtreecommitdiff
path: root/data/scripts/cutscene/introTown/script_PlayerIntro1.inc
blob: ea5c12ce09a1fd0166dcae9bcaf5a8b51130abf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
@ Intro Hyrule Town Player
SCRIPT_START script_PlayerIntro1
	BeginBlock
	SetEntitySpeed 0x0100
	EndBlock
	SetEntityPositionRelative 0x00d8, 0x0398
	SetAnimationState 0x0006
	DoPostScriptAction 0x0000
	SetSyncFlag 0x00000001
	Call SetPlayerActionNormal
SCRIPT_END