diff --git a/README.md b/README.md index ee227b8b5..4c7b30469 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ do that. * Using Farore's Wind as both ages should no longer result in the wrong temporary flags being loaded. * Fixed issues where `Skip Child Zelda` could give a weapon with no ammo or overwrite starting Triforce Pieces. * Fixed an issue where `Plentiful` item pool combined with `Starting Hearts` would result in more Heart Containers being in the item pool than intended. +* The Like Like in Master Quest Fire Temple will now return the player's shield when defeated. #### Other changes * Added an auto-tracker context area to memory, so auto-trackers can find certain symbols much easier. diff --git a/data/mqu.json b/data/mqu.json index e00375e58..73ea74bde 100644 --- a/data/mqu.json +++ b/data/mqu.json @@ -17025,7 +17025,9 @@ "00C9", "000E", "00D4", - "00F2" + "00F2", + "00CB", + "00DC" ], "Actors": [ "011B FEE8 0000 FDBC 0000 0000 0000 12A9", diff --git a/version.py b/version.py index dfef987c2..8fe288e78 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -__version__ = '6.2.70 f.LUM' +__version__ = '6.2.71 f.LUM'