mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
Compare commits
2 Commits
f70b6c4c9c
...
5e71874446
Author | SHA1 | Date | |
---|---|---|---|
![]() |
5e71874446 | ||
![]() |
1870dd24ba |
@@ -189,11 +189,11 @@ grinch_locations = {
|
||||
# "Bike Race - Top 2": GrinchLocationData("Bike Race", ["Supadow Minigames", "Bike Race"], 1510, [GrinchRamData()]),
|
||||
# "Bike Race - Top 3": GrinchLocationData("Bike Race", ["Supadow Minigames", "Bike Race"], 1511, [GrinchRamData()]),
|
||||
# Sleigh Part Locations
|
||||
"WV - Exhaust Pipes": GrinchLocationData("Sleigh Room", ["Sleigh Ride", "Whoville"], 1600, [GrinchRamData(0x0101FB, binary_bit_pos=2)]),
|
||||
"WF - Skis": GrinchLocationData("Sleigh Room", ["Sleigh Ride", "Who Forest"], 1601, [GrinchRamData(0x0101FB, binary_bit_pos=3)]),
|
||||
"WD - Tires": GrinchLocationData("Sleigh Room", ["Sleigh Ride", "Who Dump"], 1602, [GrinchRamData(0x0101FB, binary_bit_pos=4)]),
|
||||
"WL - Submarine World - Twin-End Tuba": GrinchLocationData("Sleigh Room", ["Sleigh Ride", "Who Lake", "South Shore"], 1603, [GrinchRamData(0x0101FB, binary_bit_pos=6)]),
|
||||
"WL - South Shore - GPS": GrinchLocationData("Sleigh Room", ["Sleigh Ride", "Who Lake", "Submarine World"], 1604, [GrinchRamData(0x0101FB, binary_bit_pos=5)]),
|
||||
"WV - Exhaust Pipes": GrinchLocationData("Whoville", ["Sleigh Ride", "Whoville"], 1600, [GrinchRamData(0x0101FB, binary_bit_pos=2)]),
|
||||
"WF - Skis": GrinchLocationData("Who Forest", ["Sleigh Ride", "Who Forest"], 1601, [GrinchRamData(0x0101FB, binary_bit_pos=3)]),
|
||||
"WD - Tires": GrinchLocationData("Who Dump", ["Sleigh Ride", "Who Dump"], 1602, [GrinchRamData(0x0101FB, binary_bit_pos=4)]),
|
||||
"WL - Submarine World - Twin-End Tuba": GrinchLocationData("Submarine World", ["Sleigh Ride", "Who Lake", "South Shore"], 1603, [GrinchRamData(0x0101FB, binary_bit_pos=6)]),
|
||||
"WL - South Shore - GPS": GrinchLocationData("Who Lake", ["Sleigh Ride", "Who Lake", "Submarine World"], 1604, [GrinchRamData(0x0101FB, binary_bit_pos=5)]),
|
||||
# Mount Crumpit Locations
|
||||
"MC - 1st Crate Squashed": GrinchLocationData("Mount Crumpit", ["Mount Crumpit"], 1700, [GrinchRamData(0x095343, value=1)]),
|
||||
"MC - 2nd Crate Squashed": GrinchLocationData("Mount Crumpit", ["Mount Crumpit"], 1701, [GrinchRamData(0x095343, value=2)]),
|
||||
|
@@ -512,19 +512,19 @@ rules_dict: dict[str,list[list[str]]] = {
|
||||
[]
|
||||
],
|
||||
"WV - Exhaust Pipes": [
|
||||
[WV, REL]
|
||||
[WV, REL, SR]
|
||||
],
|
||||
"WF - Skis": [
|
||||
[WF]
|
||||
[WF, SR]
|
||||
],
|
||||
"WD - Tires": [
|
||||
[WD, RS, REL]
|
||||
[WD, RS, REL, SR]
|
||||
],
|
||||
"WL - Submarine World - Twin-End Tuba": [
|
||||
[WL, MM]
|
||||
[WL, MM, SR]
|
||||
],
|
||||
"WL - South Shore - GPS": [
|
||||
[WL, REL]
|
||||
[WL, REL, SR]
|
||||
],
|
||||
"MC - 1st Crate Squashed": [
|
||||
[]
|
||||
|
8
worlds/grinch/archipelago.json
Normal file
8
worlds/grinch/archipelago.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"minimum_ap_version": "0.6.3",
|
||||
"world_version": "1.3.0",
|
||||
"authors": ["MarioSpore"],
|
||||
"version": 7,
|
||||
"compatible_version": 7,
|
||||
"game": "The Grinch"
|
||||
}
|
Reference in New Issue
Block a user