From: Daniel Karbach Date: Mon, 25 Mar 2024 11:52:54 +0000 (+0100) Subject: fix hc map chest X-Git-Url: https://git.localhorst.tv/?a=commitdiff_plain;h=38202f2d7ed82f5e86698144b096116220e96db3;p=alttp.git fix hc map chest --- diff --git a/resources/js/helpers/tracker.js b/resources/js/helpers/tracker.js index 902a1bf..4a907ff 100644 --- a/resources/js/helpers/tracker.js +++ b/resources/js/helpers/tracker.js @@ -92,7 +92,7 @@ export const DUNGEONS = [ mask: DUNGEON_MASKS.HC, checks: [ 'dark-cross', - 'hc-map', + 'hc-map-chest', 'hc-boom', 'hc-cell', 'sanc', @@ -905,7 +905,7 @@ export const UNDERWORLD_LOCATIONS = [ chest: 0, }, { - id: 'hc-map', + id: 'hc-map-chest', area: 'hc', room: 0x72, chest: 0,