]> git.localhorst.tv Git - alttp.git/commitdiff
fix waterfall fairy chest IDs
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 25 Mar 2024 12:12:06 +0000 (13:12 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Mon, 25 Mar 2024 12:12:06 +0000 (13:12 +0100)
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,
        },
 ];