X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fhelpers%2Ftracker.js;h=c299e5c8e625734b32085deb22982a3eb5f4c291;hb=7ee8d2af565eb611959ba9cde0a7092d3b8d6bf5;hp=902a1bfc9ba9d11f84d744d12936a538fb7ba137;hpb=3603709307e0777958cd18134ad4178cef410d14;p=alttp.git diff --git a/resources/js/helpers/tracker.js b/resources/js/helpers/tracker.js index 902a1bf..c299e5c 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, @@ -1140,12 +1140,12 @@ export const UNDERWORLD_LOCATIONS = [ { id: 'paradox-lower-far-right', room: 0xEF, - chest: 4, + chest: 3, }, { id: 'paradox-lower-mid', room: 0xEF, - chest: 5, + chest: 4, }, { id: 'paradox-upper-left', @@ -1543,12 +1543,12 @@ export const UNDERWORLD_LOCATIONS = [ { id: 'waterfall-fairy-left', room: 0x114, - chest: 4, + chest: 0, }, { id: 'waterfall-fairy-right', room: 0x114, - chest: 5, + chest: 1, }, ];