mirror of
https://github.com/zeldaret/tmc
synced 2026-05-24 07:11:07 -04:00
18 lines
454 B
C++
18 lines
454 B
C++
@ Hyrule Town closed door for Inn
|
|
SCRIPT_START script_InnDoor
|
|
CheckPlayerInRegion2 0x0808
|
|
JumpIfNot script_InnDoor
|
|
SetPlayerIdle
|
|
Call WaitForPlayerNormal
|
|
Call DisablePauseMenuAndPutAwayItems
|
|
StartPlayerScript script_PlayerAtInnDoor
|
|
WaitForSyncFlagAndClear 0x00000001
|
|
CheckRoomFlag 0x0001
|
|
JumpIf script_08010900
|
|
EzloMessage TEXT_EZLO, 0x63
|
|
WaitUntilTextboxCloses
|
|
script_08010900:
|
|
Call EnablePauseMenu
|
|
EnablePlayerControl
|
|
Jump script_InnDoor
|