From: Daniel Karbach Date: Mon, 25 Mar 2024 12:34:49 +0000 (+0100) Subject: fix paradox chest IDs X-Git-Url: https://git.localhorst.tv/?a=commitdiff_plain;h=7ee8d2af565eb611959ba9cde0a7092d3b8d6bf5;p=alttp.git fix paradox chest IDs --- diff --git a/resources/js/helpers/tracker.js b/resources/js/helpers/tracker.js index 7cc716f..c299e5c 100644 --- a/resources/js/helpers/tracker.js +++ b/resources/js/helpers/tracker.js @@ -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',