summaryrefslogtreecommitdiff
path: root/data/scripts/hyruleTown/script_PlayerStepOnTrap.inc
blob: 49a6425f1f55053282e1c5c88439bdec7e14e8c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@ Player at Librari move on trap
SCRIPT_START script_PlayerStepOnTrap
	BeginBlock
	SetAnimationState 0x0004
	SetEntitySpeed 0x0100
	EndBlock
	DoPostScriptAction 0x0001
	MoveTo 0x0078, 0x0080
	DoPostScriptAction 0x0000
	SetSyncFlag 0x00000001
	Call SetPlayerActionNormal
SCRIPT_END