GPS no longer required to goal, rest of sleigh parts needed for goaling according to speedrunning community

This commit is contained in:
MarioSpore
2025-08-05 17:00:27 -04:00
parent 397693c8a8
commit 2c5cb791a6
2 changed files with 2 additions and 2 deletions

View File

@@ -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)]),

View File

@@ -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"],