mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
Make Sleigh Room Key no longer skip balancing
This commit is contained in:
@@ -160,7 +160,7 @@ KEYS_TABLE: dict[str, GrinchItemData] = {
|
|||||||
# [GrinchRamData()]),
|
# [GrinchRamData()]),
|
||||||
# "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,
|
||||||
[GrinchRamData(0x010200, binary_bit_pos=6), GrinchRamData(0x0100AA, binary_bit_pos=5)])
|
[GrinchRamData(0x010200, binary_bit_pos=6), GrinchRamData(0x0100AA, binary_bit_pos=5)])
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user