mirror of
https://github.com/zeldaret/tmc
synced 2026-09-01 01:51:47 -04:00
More enum use in scripts
This commit is contained in:
@@ -9,11 +9,11 @@ SCRIPT_START script_DampeInside
|
||||
WaitUntilTextboxCloses
|
||||
JumpIfNot script_08009622
|
||||
PlaySound SFX_ITEM_GET
|
||||
InitItemGetSequence 0x003c
|
||||
InitItemGetSequence ITEM_QST_GRAVEYARD_KEY
|
||||
MessageFromTarget TEXT_ITEM_GET, 0x3c
|
||||
WaitPlayerGetItem
|
||||
WaitUntilTextboxCloses
|
||||
SetInventoryValue 0x003c, 0x0001
|
||||
SetInventoryValue ITEM_QST_GRAVEYARD_KEY, 0x0001
|
||||
script_08009622:
|
||||
EnablePlayerControl
|
||||
DoPostScriptAction 0x0000
|
||||
|
||||
@@ -28,7 +28,7 @@ script_08009660:
|
||||
JumpIfNot script_0800968E
|
||||
PlaySound SFX_111
|
||||
PlaySound SFX_SECRET
|
||||
SetInventoryValue 0x003c, 0x0002
|
||||
SetInventoryValue ITEM_QST_GRAVEYARD_KEY, 0x0002
|
||||
Call sub_0806BEFC
|
||||
script_0800968E:
|
||||
EnablePlayerControl
|
||||
|
||||
Reference in New Issue
Block a user