diff options
Diffstat (limited to 'maps/EcruteakHouse.asm')
-rw-r--r-- | maps/EcruteakHouse.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/EcruteakHouse.asm b/maps/EcruteakHouse.asm index 6dc2a9ee7..811e4a0d2 100644 --- a/maps/EcruteakHouse.asm +++ b/maps/EcruteakHouse.asm @@ -86,7 +86,7 @@ SageScript_0x98062: .CheckForClearBell: checkevent EVENT_KOJI_ALLOWS_YOU_PASSAGE_TO_TIN_TOWER iftrue .AllowedThrough - checkevent EVENT_000 + checkevent EVENT_GAVE_KURT_APRICORNS iftrue .Event000 checkitem CLEAR_BELL iftrue .RingClearBell @@ -102,7 +102,7 @@ SageScript_0x98062: dotrigger $1 setevent EVENT_RANG_CLEAR_BELL_2 clearevent EVENT_RANG_CLEAR_BELL_1 - setevent EVENT_000 + setevent EVENT_GAVE_KURT_APRICORNS end .AllowedThrough: |