]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/helpers/tracker.js
fix waterfall fairy chest IDs
[alttp.git] / resources / js / helpers / tracker.js
index 4a907ffb47586655de4e1c79f5271020a81b545c..7cc716f2fcec4b492c8b0ded0df5894f873c25f9 100644 (file)
@@ -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,
        },
 ];