mirror of
https://github.com/zeldaret/tmc
synced 2026-09-07 19:30:27 -04:00
Use enums across more scripts and files
This commit is contained in:
@@ -12,7 +12,7 @@ script_08014F0C:
|
||||
SetPlayerIdle
|
||||
FacePlayer
|
||||
DoPostScriptAction 0x0000
|
||||
MessageNoOverlap 0x200e
|
||||
MessageNoOverlap TEXT_LON_LON, 0x0e
|
||||
WaitUntilTextboxCloses
|
||||
EnablePlayerControl
|
||||
SetAnimationState 0x0004
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
SCRIPT_START script_LonLonRanchDoor
|
||||
BeginBlock
|
||||
DoPostScriptAction 0x0007
|
||||
CheckGlobalFlag 0x001d
|
||||
CheckGlobalFlag INLOCK
|
||||
JumpIf script_0800B5BC
|
||||
EndBlock
|
||||
WaitForSyncFlagAndClear 0x00000010
|
||||
|
||||
@@ -17,7 +17,7 @@ script_0800B4D4:
|
||||
SetPlayerIdle
|
||||
FacePlayer
|
||||
DoPostScriptAction 0x0000
|
||||
MessageFromTarget 0x200b
|
||||
MessageFromTarget TEXT_LON_LON, 0x0b
|
||||
EndBlock
|
||||
EnablePlayerControl
|
||||
SetAnimationState 0x0004
|
||||
@@ -29,7 +29,7 @@ script_0800B4F0:
|
||||
_0807EDD4 0x0134, 0x0288
|
||||
SetAnimationState 0x0004
|
||||
WaitForSyncFlagAndClear 0x00000008
|
||||
MessageFromTarget 0x2016
|
||||
MessageFromTarget TEXT_LON_LON, 0x16
|
||||
WaitUntilTextboxCloses
|
||||
_0807EDD4 0x0158, 0x0288
|
||||
DoPostScriptAction 0x0000
|
||||
@@ -39,7 +39,7 @@ script_0800B4F0:
|
||||
DoPostScriptAction 0x0008
|
||||
Wait 0x001e
|
||||
SetSyncFlag 0x00000010
|
||||
SetGlobalFlag 0x001d
|
||||
SetGlobalFlag INLOCK
|
||||
Call PlayerSetNormalAndCollide
|
||||
EnablePlayerControl
|
||||
Call sub_0807FBCC
|
||||
|
||||
@@ -20,7 +20,7 @@ SCRIPT_START script_TalonGotKey
|
||||
InitItemGetSequence 0x0037
|
||||
WaitPlayerGetItem
|
||||
FaceAwayFromPlayer
|
||||
MessageFromTarget 0x200c
|
||||
MessageFromTarget TEXT_LON_LON, 0x0c
|
||||
WaitUntilTextboxCloses
|
||||
Wait 0x0014
|
||||
_0807EDD4 0x0158, 0x0290
|
||||
|
||||
@@ -22,13 +22,13 @@ script_08014E64:
|
||||
JumpIfNot script_08014EB8
|
||||
CallWithArg sub_0807F800, 0x00000022
|
||||
WaitPlayerGetItem
|
||||
MessageNoOverlap 0x0a04
|
||||
MessageNoOverlap TEXT_EMPTY, 0x04
|
||||
Jump script_08014EBC
|
||||
script_08014EB0:
|
||||
MessageNoOverlap 0x0a03
|
||||
MessageNoOverlap TEXT_EMPTY, 0x03
|
||||
Jump script_08014EBC
|
||||
script_08014EB8:
|
||||
MessageNoOverlap 0x0a02
|
||||
MessageNoOverlap TEXT_EMPTY, 0x02
|
||||
script_08014EBC:
|
||||
WaitUntilTextboxCloses
|
||||
Call sub_0807DF50
|
||||
|
||||
@@ -11,7 +11,7 @@ script_08014EE0:
|
||||
JumpIfNot script_08014EE0
|
||||
SetPlayerIdle
|
||||
FacePlayer
|
||||
MessageNoOverlap 0x200d
|
||||
MessageNoOverlap TEXT_LON_LON, 0x0d
|
||||
WaitUntilTextboxCloses
|
||||
EnablePlayerControl
|
||||
Jump script_08014EE0
|
||||
|
||||
Reference in New Issue
Block a user