Skip to content

Commit

Permalink
Improve commentary
Browse files Browse the repository at this point in the history
  • Loading branch information
GSKirox committed Nov 17, 2024
1 parent cf35490 commit dc818d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Patches.py
Original file line number Diff line number Diff line change
Expand Up @@ -2222,7 +2222,8 @@ def update_scrub_text(message: bytearray, text_replacement: list[str], default_p
rom.write_byte(0xCDA723, 0x1E)

# Boss doors side range (1.0 value is 0x46)
# This was reduced to 0x32 in 1.1, likely to fix the Phantom Ganon door bug.
# This was reduced to 0x32 in 1.1, either to fix the Phantom Ganon door bug or just to match better visually the door textures.
# See https://github.com/OoTRandomizer/OoT-Randomizer/pull/2331 for more information.
rom.write_byte(0xC57AE2, 0x32)

# actually write the save table to rom
Expand Down

0 comments on commit dc818d9

Please sign in to comment.