]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/helpers/tracker.js
fix paradox chest IDs
[alttp.git] / resources / js / helpers / tracker.js
index 902a1bfc9ba9d11f84d744d12936a538fb7ba137..c299e5c8e625734b32085deb22982a3eb5f4c291 100644 (file)
@@ -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,
        },
 ];