mirror of
https://github.com/zeldaret/tmc
synced 2026-07-09 23:01:43 -04:00
Initial version of enum extractor script
This commit is contained in:
@@ -5,7 +5,7 @@ SCRIPT_START script_Din
|
||||
SetAnimationState 0x0004
|
||||
DoPostScriptAction 0x0001
|
||||
DoPostScriptAction 0x000a
|
||||
CheckGlobalFlag 0x0047
|
||||
CheckGlobalFlag GOMAN_RENTED_HOUSE
|
||||
JumpIf script_08011CC2
|
||||
EndBlock
|
||||
script_08011C9A:
|
||||
@@ -17,7 +17,7 @@ script_08011C9A:
|
||||
SetPlayerIdle
|
||||
FacePlayer
|
||||
DoPostScriptAction 0x0000
|
||||
MessageNoOverlap 0x4515
|
||||
MessageNoOverlap TEXT_HAPPY_HEARTH, 0x15
|
||||
WaitUntilTextboxCloses
|
||||
EnablePlayerControl
|
||||
SetAnimationState 0x0004
|
||||
@@ -26,9 +26,9 @@ script_08011C9A:
|
||||
script_08011CC2:
|
||||
EndBlock
|
||||
BeginBlock
|
||||
CheckGlobalFlag 0x002c
|
||||
CheckGlobalFlag RENTED_HOUSE_NAYRU
|
||||
JumpIf script_08011C9A
|
||||
CheckGlobalFlag 0x002d
|
||||
CheckGlobalFlag RENTED_HOUSE_FARORE
|
||||
JumpIf script_08011C9A
|
||||
CheckEntityInteractType
|
||||
JumpIfNot script_08011CC2
|
||||
@@ -36,7 +36,7 @@ script_08011CC2:
|
||||
SetPlayerIdle
|
||||
FacePlayer
|
||||
DoPostScriptAction 0x0000
|
||||
MessageNoOverlap 0x3105
|
||||
MessageNoOverlap TEXT_GORMAN_ORACLES, 0x5
|
||||
WaitUntilTextboxCloses
|
||||
CheckTextboxResult
|
||||
JumpIf script_08011D0E
|
||||
@@ -51,9 +51,9 @@ script_08011D00:
|
||||
FacePlayer
|
||||
DoPostScriptAction 0x0000
|
||||
script_08011D0E:
|
||||
MessageNoOverlap 0x3108
|
||||
MessageNoOverlap TEXT_GORMAN_ORACLES, 0x8
|
||||
WaitUntilTextboxCloses
|
||||
SetGlobalFlag 0x002b
|
||||
SetGlobalFlag RENTED_HOUSE_DIN
|
||||
EnablePlayerControl
|
||||
SetAnimationState 0x0004
|
||||
DoPostScriptAction 0x0001
|
||||
|
||||
Reference in New Issue
Block a user