summaryrefslogtreecommitdiff
path: root/data/scripts/hyruleTown/script_PlayerCannotEnter.inc
blob: 581e1839d662aa2a6c4833580da12a2e571924ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@ Player cannot enter something to the left
SCRIPT_START script_PlayerCannotEnter
	BeginBlock
	SetEntitySpeed 0x0100
	EndBlock
	WalkEast 0x0010
	SetAnimationState 0x0002
	DoPostScriptAction 0x0000
	SetSyncFlag 0x00000001
	Call SetPlayerActionNormal
SCRIPT_END
	.2byte 0x0000