Skip to content

Commit

Permalink
Merge 'MQ Fire Like Like returns your shield' (#1548)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuphat committed Apr 11, 2022
2 parents 7ede056 + dff98fe commit d51c913
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 3 additions & 1 deletion data/mqu.json
Original file line number Diff line number Diff line change
Expand Up @@ -17025,7 +17025,9 @@
"00C9",
"000E",
"00D4",
"00F2"
"00F2",
"00CB",
"00DC"
],
"Actors": [
"011B FEE8 0000 FDBC 0000 0000 0000 12A9",
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '6.2.70 f.LUM'
__version__ = '6.2.71 f.LUM'

0 comments on commit d51c913

Please sign in to comment.