mirror of
https://github.com/zeldaret/tmc
synced 2026-09-02 18:12:46 -04:00
Use enums across more scripts and files
This commit is contained in:
@@ -4,11 +4,11 @@ SCRIPT_START script_Rem
|
||||
CallWithArg sub_0806A93C, 0x12345678
|
||||
SetAnimationState 0x0004
|
||||
SetAnimation 0x0002
|
||||
CheckInventory1 0x0015
|
||||
CheckInventory1 ITEM_PEGASUS_BOOTS
|
||||
JumpIf script_080130B6
|
||||
CheckLocalFlag 0x0060
|
||||
JumpIf script_08012FD2
|
||||
CheckGlobalFlag 0x001e
|
||||
CheckGlobalFlag DASHBOOTS
|
||||
JumpIf script_RemFallingAsleep
|
||||
EndBlock
|
||||
CheckLocalFlag 0x0062
|
||||
@@ -21,7 +21,7 @@ script_08012F50:
|
||||
Call sub_0806A96C
|
||||
JumpIfNot script_08012F50
|
||||
SetPlayerIdle
|
||||
MessageNoOverlap 0x4401
|
||||
MessageNoOverlap TEXT_REM, 0x01
|
||||
WaitUntilTextboxCloses
|
||||
SetLocalFlag 0x0061
|
||||
EnablePlayerControl
|
||||
@@ -29,7 +29,7 @@ script_08012F50:
|
||||
script_08012F6C:
|
||||
Call sub_0806A96C
|
||||
JumpIfNot script_08012F6C
|
||||
MessageNoOverlap 0x4402
|
||||
MessageNoOverlap TEXT_REM, 0x02
|
||||
WaitUntilTextboxCloses
|
||||
SetAction 0x0001
|
||||
Jump script_08012F6C
|
||||
|
||||
Reference in New Issue
Block a user