Skip to content

Commit 8778965

Browse files
CaitSith2Jouramie
authored andcommitted
LttP: Update credits text for GT Big Key when key drop shuffle is on. (ArchipelagoMW#2235)
1 parent 26be6fd commit 8778965

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

worlds/alttp/Rom.py

+4
Original file line numberDiff line numberDiff line change
@@ -925,6 +925,10 @@ def credits_digit(num):
925925
rom.write_byte(0x18700B, 10) # Thieves Town
926926
rom.write_byte(0x18700C, 14) # Turtle Rock
927927
rom.write_byte(0x18700D, 31) # Ganons Tower
928+
# update credits GT Big Key counter
929+
gt_bigkey_top, gt_bigkey_bottom = credits_digit(5)
930+
rom.write_byte(0x118B6A, gt_bigkey_top)
931+
rom.write_byte(0x118B88, gt_bigkey_bottom)
928932

929933

930934

0 commit comments

Comments
 (0)