mirror of https://github.com/zeldaret/tmc.git
34 lines
597 B
PHP
34 lines
597 B
PHP
@ Intro Hyrule Castle Player Sleeping
|
|
SCRIPT_START script_PlayerWakingUpInHyruleCastle
|
|
BeginBlock
|
|
Call sub_0807DF28
|
|
SetPlayerIdle
|
|
.ifdef JP
|
|
SetLocalFlag 0x009e
|
|
.else
|
|
.ifdef EU
|
|
SetLocalFlag 0x009e
|
|
.else
|
|
.ifdef DEMO_JP
|
|
SetLocalFlag 0x009e @ TODO deduplicate
|
|
.else
|
|
SetLocalFlag 0x009f
|
|
.endif
|
|
.endif
|
|
.endif
|
|
EndBlock
|
|
Wait 0x003c
|
|
SetFadeTime 0x0004
|
|
SetFade4
|
|
WaitForFadeFinish
|
|
script_08009EA4:
|
|
Call CheckAnyKeyPressed
|
|
JumpIfNot script_08009EA4
|
|
DoPostScriptAction 0x0014
|
|
Wait 0x000a
|
|
Call sub_08053250
|
|
EnablePlayerControl
|
|
Call sub_0807DF50
|
|
Call ResetPlayerAnimationAndAction
|
|
SCRIPT_END
|