From: Daniel Karbach Date: Mon, 25 Mar 2024 12:12:06 +0000 (+0100) Subject: fix waterfall fairy chest IDs X-Git-Url: https://git.localhorst.tv/?a=commitdiff_plain;h=9b15396c4363a92796cd555f629dffd48fae7ae7;p=alttp.git fix waterfall fairy chest IDs --- 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, }, ];