mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
Correct address found for sleigh room door
This commit is contained in:
@@ -161,8 +161,7 @@ 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(0x010200, binary_bit_pos=6), GrinchRamData(0x0100AA, binary_bit_pos=5)])
|
||||
}
|
||||
|
||||
#Misc Items
|
||||
|
Reference in New Issue
Block a user