mirror of https://github.com/zeldaret/tmc.git
14 lines
317 B
SQL
14 lines
317 B
SQL
@ Intro ceremony Player protecting Zelda
|
|
SCRIPT_START script_PlayerProtectingZelda
|
|
BeginBlock
|
|
SetEntitySpeed 0x0040
|
|
EndBlock
|
|
SetEntitySpeed 0x0200
|
|
DoPostScriptAction 0x0001
|
|
MoveTo 0x01d8, 0x0068
|
|
SetAnimationState 0x0004
|
|
DoPostScriptAction 0x0000
|
|
SetSyncFlag 0x00000400
|
|
Call SetPlayerActionNormal
|
|
SCRIPT_END
|