mirror of https://github.com/zeldaret/tmc.git
20 lines
457 B
PHP
20 lines
457 B
PHP
@ Hyrule Town locked door NPC4E for Simons Simulations
|
|
SCRIPT_START script_SimonsDoor
|
|
CheckPlayerInRegion2 0x0808
|
|
JumpIfNot script_SimonsDoor
|
|
SetPlayerIdle
|
|
Call WaitForPlayerNormal
|
|
Call sub_0807DF28
|
|
StartPlayerScript script_PlayerCannotEnter
|
|
WaitForSyncFlagAndClear 0x00000001
|
|
CheckRoomFlag 0x0001
|
|
JumpIf script_08010994
|
|
EzloMessage 0x0b63
|
|
WaitUntilTextboxCloses
|
|
script_08010994:
|
|
Call sub_0807DF50
|
|
EnablePlayerControl
|
|
Jump script_SimonsDoor
|
|
|
|
|