summaryrefslogtreecommitdiff
path: root/data/scripts/hyruleTown/script_PlayerAtDrLeftDoor.inc
blob: 1d878f5fff432aca8804993f6cfd91bef3650006 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@ Player tries to enter DrLeft
SCRIPT_START script_PlayerAtDrLeftDoor
	BeginBlock
	SetEntitySpeed 0x0100
	EndBlock
	SetAnimationState 0x0004
	DoPostScriptAction 0x0001
	WalkSouth 0x0008
	SetSyncFlag 0x00000001
	Call SetPlayerActionNormal
SCRIPT_END
	.2byte 0x0000