Commented out 0FBF25 address since it does not work due issues ingame

This commit is contained in:
MarioSpore
2025-08-30 09:10:16 -04:00
parent cf7f16d36b
commit 0e294f53ec

View File

@@ -161,7 +161,8 @@ KEYS_TABLE: dict[str, GrinchItemData] = {
# "Bike Race Access": GrinchItemData("Supadow Door Unlocks", 409, IC.progression, # "Bike Race Access": GrinchItemData("Supadow Door Unlocks", 409, IC.progression,
# [GrinchRamData()]) # [GrinchRamData()])
"Sleigh Room Key": GrinchItemData("Sleigh Room", 410, IC.progression_skip_balancing, "Sleigh Room Key": GrinchItemData("Sleigh Room", 410, IC.progression_skip_balancing,
[GrinchRamData(0x0FBF25, binary_bit_pos=1), GrinchRamData(0x0100AA, binary_bit_pos=5)]) # [GrinchRamData(0x0FBF25, binary_bit_pos=1),
[GrinchRamData(0x0100AA, binary_bit_pos=5)])
} }
#Misc Items #Misc Items