mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
GPS no longer required to goal, rest of sleigh parts needed for goaling according to speedrunning community
This commit is contained in:
@@ -118,7 +118,7 @@ MISSION_ITEMS_TABLE: dict[str, GrinchItemData] = {
|
||||
SLEIGH_PARTS_TABLE: dict[str, GrinchItemData] = {
|
||||
"Exhaust Pipes": GrinchItemData("Sleigh Parts", 300, IC.progression_skip_balancing,
|
||||
[GrinchRamData(0x800101FB, binary_bit_pos=3), GrinchRamData(0x800100AA, binary_bit_pos=6)]),
|
||||
"GPS": GrinchItemData("Sleigh Parts", 301, IC.progression_skip_balancing,
|
||||
"GPS": GrinchItemData("Sleigh Parts", 301, IC.useful,
|
||||
[GrinchRamData(0x800101FB, binary_bit_pos=6), GrinchRamData(0x800100AA, binary_bit_pos=6)]),
|
||||
"Tires": GrinchItemData("Sleigh Parts", 302, IC.progression_skip_balancing,
|
||||
[GrinchRamData(0x800101FB, binary_bit_pos=5), GrinchRamData(0x800100AA, binary_bit_pos=6)]),
|
||||
|
@@ -510,7 +510,7 @@ access_rules_dict: dict[str,list[list[str]]] = {
|
||||
["Marine Mobile"]
|
||||
],
|
||||
"Sleigh Room": [
|
||||
["Exhaust Pipes", "GPS", "Tires", "Skis", "Twin-End Tuba"]
|
||||
["Exhaust Pipes", "Tires", "Skis", "Twin-End Tuba"]
|
||||
],
|
||||
"Spin N' Win Supadow": [
|
||||
["Spin N' Win Door Unlock"],
|
||||
|
Reference in New Issue
Block a user