summaryrefslogtreecommitdiff
path: root/data/scripts/cutscene/originStory/script_PlayerDefeatedMoblins.inc
blob: 18c672737858486dbe4532d20f9e0674f01eff0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@ Player Outside Castle after defeating Moblins
SCRIPT_START script_PlayerDefeatedMoblins
	BeginBlock
	SetEntitySpeed 0x0100
	EndBlock
	DoPostScriptAction 0x0001
	MoveTo 0x01f8, 0x0148
	SetAnimationState 0x0004
	DoPostScriptAction 0x0000
	SetSyncFlag 0x00000001
	Call SetPlayerActionNormal
SCRIPT_END