mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Commented out 0FBF25 address since it does not work due issues ingame
This commit is contained in:
@@ -161,7 +161,8 @@ KEYS_TABLE: dict[str, GrinchItemData] = {
|
||||
# "Bike Race Access": GrinchItemData("Supadow Door Unlocks", 409, IC.progression,
|
||||
# [GrinchRamData()])
|
||||
"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
|
||||
|
Reference in New Issue
Block a user