mirror of
https://github.com/zeldaret/tmc
synced 2026-09-06 02:58:07 -04:00
Rename scripts
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
@ Intro Hyrule Town OBJECT_69 ?
|
||||
SCRIPT_START script_Object69IntroTown
|
||||
.ifdef JP
|
||||
CheckLocalFlag 0x00ca
|
||||
.else
|
||||
.ifdef EU
|
||||
CheckLocalFlag 0x00ca
|
||||
.else
|
||||
.ifdef DEMO_JP
|
||||
CheckLocalFlag 0x00ca @ TODO deduplicate
|
||||
.else
|
||||
CheckLocalFlag 0x00cd
|
||||
.endif
|
||||
.endif
|
||||
.endif
|
||||
JumpIf script_0800FD50
|
||||
WaitForSomething2 0x00000010
|
||||
script_0800FD1A:
|
||||
@ Prevent Link from leaving
|
||||
CheckPlayerInRegion 0x00c8, 0x03c0, 0x1040
|
||||
JumpIfNot script_0800FD1A
|
||||
.ifdef JP
|
||||
CheckLocalFlag 0x00ca
|
||||
.else
|
||||
.ifdef EU
|
||||
CheckLocalFlag 0x00ca
|
||||
.else
|
||||
.ifdef DEMO_JP
|
||||
CheckLocalFlag 0x00ca @ TODO deduplicate
|
||||
.else
|
||||
CheckLocalFlag 0x00cd
|
||||
.endif
|
||||
.endif
|
||||
.endif
|
||||
JumpIf script_0800FD5C
|
||||
_0807E864
|
||||
Call sub_0807F9A4
|
||||
MessageFromTargetPos 0x2506, 0x0000
|
||||
WaitUntilTextboxCloses
|
||||
StartPlayerScript script_PlayerIntroTown
|
||||
WaitForSomething2 0x00000008
|
||||
_0807E878
|
||||
Jump script_0800FD1A
|
||||
script_0800FD50:
|
||||
CheckPlayerInRegion 0x00c8, 0x03c0, 0x1040
|
||||
JumpIfNot script_0800FD50
|
||||
script_0800FD5C:
|
||||
_0807E864
|
||||
Call sub_0807F9A4
|
||||
MessageFromTargetPos 0x106c, 0x0000
|
||||
WaitUntilTextboxCloses
|
||||
StartPlayerScript script_PlayerIntroTown
|
||||
WaitForSomething2 0x00000008
|
||||
_0807E878
|
||||
Jump script_0800FD50
|
||||
.2byte 0x0000
|
||||
Reference in New Issue
Block a user