From 074ad995b1eb7ffa50213fbb46b9515cbfc3298f Mon Sep 17 00:00:00 2001 From: Joshua8600 <105813016+Joshua8600@users.noreply.github.com> Date: Thu, 6 Feb 2025 15:17:55 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dfca0e40a..f55d34d80e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ All notable changes to this project will be documented in this file. - Change the Old Hag checks in MM, now the two checks are separate instead of progressing into each other. - Completely reworked the stray fairy item model to be much closer to the actual fairies. - Path hints now tell the exact world the path corresponds to in multiworld. +- Rework of OoT Fire Temple MQ and Shadow Temple MQ dungeon logic, including implementation of Age Swap, Climb Anywhere, and Hookshot Anywhere features. +- Add two macros for OoT that are needed for new logic situations given the logic reworks. ### Fixed @@ -117,6 +119,8 @@ All notable changes to this project will be documented in this file. - Pirate Fortress Sewers Exit door now requires the Pirate Fortress Entrances option to be shuffled. - Pirate Fortress Sewers Gate and interior passages now require the Pirate Fortress Entrances option to be shuffled. - Pirate Fortress will no longer be considered a dungeon if its entrances are shuffled among the overworld. +- Reworks of most OoT MQ dungeon logic (all except Fire Temple MQ, Shadow Temple MQ, Forest Temple MQ, and Spirit Temple MQ), including implementation of Age Swap, Climb Anywhere, and Hookshot Anywhere features. +- Rework of OoT Ganon Castle Tower dungeon logic in preparation for future features. ### Fixed