X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fhelpers%2Ftracker.js;h=7cc716f2fcec4b492c8b0ded0df5894f873c25f9;hb=9b15396c4363a92796cd555f629dffd48fae7ae7;hp=4a907ffb47586655de4e1c79f5271020a81b545c;hpb=cdb12f8f7d161e0e17d23dd1164d3c8b1067be61;p=alttp.git diff --git a/resources/js/helpers/tracker.js b/resources/js/helpers/tracker.js index 4a907ff..7cc716f 100644 --- a/resources/js/helpers/tracker.js +++ b/resources/js/helpers/tracker.js @@ -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, }, ];