Skip to content

Commit

Permalink
LttP: Update credits text for GT Big Key when key drop shuffle is on. (
Browse files Browse the repository at this point in the history
  • Loading branch information
CaitSith2 authored Sep 29, 2023
1 parent e114ed5 commit 368fa64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions worlds/alttp/Rom.py
Original file line number Diff line number Diff line change
Expand Up @@ -925,6 +925,10 @@ def credits_digit(num):
rom.write_byte(0x18700B, 10) # Thieves Town
rom.write_byte(0x18700C, 14) # Turtle Rock
rom.write_byte(0x18700D, 31) # Ganons Tower
# update credits GT Big Key counter
gt_bigkey_top, gt_bigkey_bottom = credits_digit(5)
rom.write_byte(0x118B6A, gt_bigkey_top)
rom.write_byte(0x118B88, gt_bigkey_bottom)



Expand Down

0 comments on commit 368fa64

Please sign in to comment.