summaryrefslogtreecommitdiff
path: root/data/scripts/hyruleTown/script_PlayerAtInnDoor.inc
blob: adef60a513ae31e6f2be82d621dfca8dd0f7f6f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@ Hyrule Town player tries to enter Inn
SCRIPT_START script_PlayerAtInnDoor
	BeginBlock
	SetEntitySpeed 0x0100
	EndBlock
	WalkSouth 0x0010
	SetAnimationState 0x0004
	DoPostScriptAction 0x0000
	SetSyncFlag 0x00000001
	Call SetPlayerActionNormal
SCRIPT_END
	.2byte 0x0000