mirror of
https://github.com/zeldaret/tmc
synced 2026-05-24 15:21:09 -04:00
13 lines
301 B
ObjectPascal
13 lines
301 B
ObjectPascal
@ Player outside castle for Vaati appearance
|
|
SCRIPT_START script_PlayerAtVaatisAppearance
|
|
BeginBlock
|
|
SetEntitySpeed 0x0080
|
|
EndBlock
|
|
DoPostScriptAction 0x0001
|
|
MoveTo 0x01f8, 0x00b8
|
|
SetAnimationState 0x0004
|
|
DoPostScriptAction 0x0000
|
|
SetSyncFlag 0x00000001
|
|
Call SetPlayerActionNormal
|
|
SCRIPT_END
|