From cf473d1a94a86fd09416f41056664a6d2b0609e6 Mon Sep 17 00:00:00 2001 From: Phlex <3514085+PhlexPlexico@users.noreply.github.com> Date: Sun, 23 Aug 2026 15:29:46 -0600 Subject: [PATCH] fix: Update Z3DR for latest nightly nit: Update docs website. --- Z3DR | 2 +- docs/release-notes/changelog-latest-nightly.md | 9 +++------ .../nightlies/2.0.0/changelog-nightly-ba24ff.md | 13 +++++++++++++ .../nightlies/2.0.0/changelog-nightly-f098e2.md | 11 +++++++++++ 4 files changed, 28 insertions(+), 7 deletions(-) create mode 100644 docs/release-notes/old-releases/nightlies/2.0.0/changelog-nightly-ba24ff.md create mode 100644 docs/release-notes/old-releases/nightlies/2.0.0/changelog-nightly-f098e2.md diff --git a/Z3DR b/Z3DR index bab9d6c..dad19da 160000 --- a/Z3DR +++ b/Z3DR @@ -1 +1 @@ -Subproject commit bab9d6c75e84022e675696ed0a22ad88adee2212 +Subproject commit dad19da27d3578835bf08c69da9833669db58549 diff --git a/docs/release-notes/changelog-latest-nightly.md b/docs/release-notes/changelog-latest-nightly.md index 0f6651f..0483cc7 100644 --- a/docs/release-notes/changelog-latest-nightly.md +++ b/docs/release-notes/changelog-latest-nightly.md @@ -1,11 +1,8 @@ # Latest Nightly Changes ## Features -- Include a new option for a specific starting amount of stray fairies -- Include German language in hints -- Add new tracker info for clock town stary fairy +- N/A ## Fixes -- Adjust specific end type messages for custom messages. -- Ensure stray fairy in clock town doesn't give repeatable items unless the item is missing from inventory.\ -- Trade items are no longer removed from inventory when given to NPCs - this is to avoid any logic issues where a trade item may appear on a non-repeatable check. \ No newline at end of file +- Adjust fairies to ensure they are repeatable if the item is not in inventory. +- Adjust fairies to properly respect the fairy bits stored in ext data. \ No newline at end of file diff --git a/docs/release-notes/old-releases/nightlies/2.0.0/changelog-nightly-ba24ff.md b/docs/release-notes/old-releases/nightlies/2.0.0/changelog-nightly-ba24ff.md new file mode 100644 index 0000000..6e60203 --- /dev/null +++ b/docs/release-notes/old-releases/nightlies/2.0.0/changelog-nightly-ba24ff.md @@ -0,0 +1,13 @@ +# Latest Nightly Changes + +## Features +- Excluded Locations Menu is now split into separate areas instead of one big list for ease of use + +## Fixes +- Ensures all Stray Fairy locations are one time use or item can be reobtained if lost rather than just clock town +- The Start With option for Stray Fairies now actually gives 15 of each fairy. +- The Clock Town Stray Fairy will be placed as intended when Stray Fairy Sanity is set to Start With +- Fixes bug where Mystery Milk was not being properly removed from inventory +- Fixes Heart Piece message being +1 to current count when obtained from a stray fairy +- Adjusts text in Starting Inventory Menu for Stray Fairies so they no longer overflow +- Adjusts text on other parts of Starting Inventory for similar isues issues \ No newline at end of file diff --git a/docs/release-notes/old-releases/nightlies/2.0.0/changelog-nightly-f098e2.md b/docs/release-notes/old-releases/nightlies/2.0.0/changelog-nightly-f098e2.md new file mode 100644 index 0000000..ae70999 --- /dev/null +++ b/docs/release-notes/old-releases/nightlies/2.0.0/changelog-nightly-f098e2.md @@ -0,0 +1,11 @@ +# Nightly-f098e2 + +## Features +- Include a new option for a specific starting amount of stray fairies +- Include German language in hints +- Add new tracker info for clock town stary fairy + +## Fixes +- Adjust specific end type messages for custom messages. +- Ensure stray fairy in clock town doesn't give repeatable items unless the item is missing from inventory.\ +- Trade items are no longer removed from inventory when given to NPCs - this is to avoid any logic issues where a trade item may appear on a non-repeatable check. \ No newline at end of file