summaryrefslogtreecommitdiff
path: root/data/scripts/cutscene/introCeremony/script_PlayerIntroCastle.inc
blob: 9ffed96c33767360961b6f7b283914648d8928ab (plain)
1
2
3
4
5
6
7
8
9
10
11
@ Intro Hyrule Castle Player
SCRIPT_START script_PlayerIntroCastle
	BeginBlock
	SetEntitySpeed 0x0080
	EndBlock
	MoveTo 0x01e8, 0x0050
	SetAnimationState 0x0000
	DoPostScriptAction 0x0000
	SetSyncFlag 0x00000400
	Call SetPlayerActionNormal
SCRIPT_END