mirror of https://github.com/zeldaret/tmc.git
22 lines
473 B
PHP
22 lines
473 B
PHP
@ Intro Hyrule Castle Player Sleeping
|
|
SCRIPT_START script_PlayerWakingUpInHyruleCastle
|
|
BeginBlock
|
|
Call DisablePauseMenuAndPutAwayItems
|
|
SetPlayerIdle
|
|
SetLocalFlag CASTLE_04_MEZAME
|
|
EndBlock
|
|
Wait 0x003c
|
|
SetFadeTime 0x0004
|
|
SetFade4
|
|
WaitForFadeFinish
|
|
script_08009EA4:
|
|
Call CheckAnyKeyPressed
|
|
JumpIfNot script_08009EA4
|
|
DoPostScriptAction 0x0014
|
|
Wait 0x000a
|
|
Call sub_08053250
|
|
EnablePlayerControl
|
|
Call EnablePauseMenu
|
|
Call ResetPlayerAnimationAndAction
|
|
SCRIPT_END
|