summaryrefslogtreecommitdiff
path: root/data/scripts/minishWoods/script_PlayerAtMadderpillar.inc
blob: b2fd8ee93f33f669506cc4d49f0afe15915cf0fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@ DWS Player entering Madderpiller fight
@ also DHC Player entering a Dark Nut fight
SCRIPT_START script_PlayerAtMadderpillar
	BeginBlock
	SetEntitySpeed 0x0140
	SetEntityDirection 0x0018
	SetPlayerIdle
	Call SetPriorityPlayerEvent
	EndBlock
	WaitForPlayerEnterRoom
	_0807E8E4_3
	DoPostScriptAction 0x0001
	Call sub_080752AC
	EnablePlayerControl
	Call ResetPlayerAnimationAndAction
SCRIPT_END