summaryrefslogtreecommitdiff
path: root/data/scripts/sanctuary/script_PlayerAtPedestal.inc
blob: 866d3499c8d15b798efd6aedb6c3f9d0f5815daa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@ Player at Sanctuary pedestal
SCRIPT_START script_PlayerAtPedestal
	BeginBlock
	SetEntitySpeed 0x0100
	EndBlock
	Call ReadPlayerAnimationState
	JumpTable script_080136F0, script_080136FA, script_08013704, script_080136FA
script_080136F0:
	CallWithArg sub_0807F464, 0x000000d0
script_080136FA:
	CallWithArg sub_0807F4F8, 0x00000124
script_08013704:
	MoveTo 0x00e8, 0x0124
	SetAnimationState 0x0004
	DoPostScriptAction 0x0000
	SetSyncFlag 0x00000001
	Call SetPlayerActionNormal
SCRIPT_END