diff options
Diffstat (limited to 'data/maps/FourIsland_LoreleisHouse/scripts.inc')
-rw-r--r-- | data/maps/FourIsland_LoreleisHouse/scripts.inc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/data/maps/FourIsland_LoreleisHouse/scripts.inc b/data/maps/FourIsland_LoreleisHouse/scripts.inc index ab7196c62..6a8915d83 100644 --- a/data/maps/FourIsland_LoreleisHouse/scripts.inc +++ b/data/maps/FourIsland_LoreleisHouse/scripts.inc @@ -3,22 +3,22 @@ FourIsland_LoreleisHouse_MapScripts:: @ 8171C4E .byte 0 FourIsland_LoreleisHouse_MapScript1_171C54:: @ 8171C54 - special sub_80CD154 + special Special_ComputeLoreleiDollCollection end FourIsland_LoreleisHouse_EventScript_171C58:: @ 8171C58 lock faceplayer - checkflag FLAG_0x2D4 - goto_if_eq EventScript_171C83 - checkflag FLAG_0x2D5 - goto_if_eq EventScript_171C76 + checkflag FLAG_TALKED_TO_LORELEI_AFTER_WAREHOUSE + goto_if TRUE, EventScript_171C83 + checkflag FLAG_DEFEATED_ROCKETS_IN_WAREHOUSE + goto_if TRUE, EventScript_171C76 msgbox gUnknown_81A3826 release end EventScript_171C76:: @ 8171C76 - setflag FLAG_0x2D4 + setflag FLAG_TALKED_TO_LORELEI_AFTER_WAREHOUSE msgbox gUnknown_81A390C release end |