mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 04:01:32 -06:00
Comment out mount crumpit checks until v1.1
This commit is contained in:
@@ -183,11 +183,11 @@ grinch_locations = {
|
||||
"Twin-End Tuba in Submarine World": GrinchLocationData("Sleigh Room", "Sleigh Ride", 1603, [GrinchRamData(0x0101FB, binary_bit_pos=6)]),
|
||||
"GPS in Who Lake": GrinchLocationData("Sleigh Room", "Sleigh Ride", 1604, [GrinchRamData(0x0101FB, binary_bit_pos=5)]),
|
||||
# Mount Crumpit Locations
|
||||
"1st Crate Squashed": GrinchLocationData("Mount Crumpit", "Mount Crumpit", 1700, [GrinchRamData(0x095343, value=1)]),
|
||||
"2nd Crate Squashed": GrinchLocationData("Mount Crumpit", "Mount Crumpit", 1701, [GrinchRamData(0x095343, value=2)]),
|
||||
"3rd Crate Squashed": GrinchLocationData("Mount Crumpit", "Mount Crumpit", 1702, [GrinchRamData(0x095343, value=3)]),
|
||||
"4th Crate Squashed": GrinchLocationData("Mount Crumpit", "Mount Crumpit", 1703, [GrinchRamData(0x095343, value=4)]),
|
||||
"5th Crate Squashed": GrinchLocationData("Mount Crumpit", "Mount Crumpit", 1704, [GrinchRamData(0x095343, value=5)]),
|
||||
# "1st Crate Squashed": GrinchLocationData("Mount Crumpit", "Mount Crumpit", 1700, [GrinchRamData(0x095343, value=1)]),
|
||||
# "2nd Crate Squashed": GrinchLocationData("Mount Crumpit", "Mount Crumpit", 1701, [GrinchRamData(0x095343, value=2)]),
|
||||
# "3rd Crate Squashed": GrinchLocationData("Mount Crumpit", "Mount Crumpit", 1702, [GrinchRamData(0x095343, value=3)]),
|
||||
# "4th Crate Squashed": GrinchLocationData("Mount Crumpit", "Mount Crumpit", 1703, [GrinchRamData(0x095343, value=4)]),
|
||||
# "5th Crate Squashed": GrinchLocationData("Mount Crumpit", "Mount Crumpit", 1704, [GrinchRamData(0x095343, value=5)]),
|
||||
}
|
||||
|
||||
def grinch_locations_to_id() -> dict[str,int]:
|
||||
|
@@ -494,21 +494,21 @@ rules_dict: dict[str,list[list[str]]] = {
|
||||
],
|
||||
"GPS in Who Lake": [
|
||||
["Who Lake Vacuum Access", "Rotten Egg Launcher"]
|
||||
],
|
||||
"1st Crate Squashed": [
|
||||
[]
|
||||
],
|
||||
"2nd Crate Squashed": [
|
||||
[]
|
||||
],
|
||||
"3rd Crate Squashed": [
|
||||
[]
|
||||
],
|
||||
"4th Crate Squashed": [
|
||||
[]
|
||||
],
|
||||
"5th Crate Squashed": [
|
||||
[]
|
||||
# ],
|
||||
# "1st Crate Squashed": [
|
||||
# []
|
||||
# ],
|
||||
# "2nd Crate Squashed": [
|
||||
# []
|
||||
# ],
|
||||
# "3rd Crate Squashed": [
|
||||
# []
|
||||
# ],
|
||||
# "4th Crate Squashed": [
|
||||
# []
|
||||
# ],
|
||||
# "5th Crate Squashed": [
|
||||
# []
|
||||
]
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user