Pseudocode for move_rando pt 2

This commit is contained in:
MarioSpore
2025-10-04 23:57:22 -04:00
parent 79d4d5b10b
commit f70b6c4c9c

View File

@@ -127,7 +127,7 @@ rules_dict: dict[str,list[list[str]]] = {
[REL, OCD, RS] [REL, OCD, RS]
# "move_rando" # "move_rando"
# [REL, GC], # [REL, GC],
# [REL, OCD, RS, SN] # [REL, OCD, RS, SN],
# [REL, OCD, RS, SS] # [REL, OCD, RS, SS]
], ],
"WF - Squashing All Gifts": [ "WF - Squashing All Gifts": [
@@ -181,7 +181,6 @@ rules_dict: dict[str,list[list[str]]] = {
], ],
"WL - North Shore - Drilling Holes In Canoes": [ "WL - North Shore - Drilling Holes In Canoes": [
[DRL] [DRL]
# [DRL, MX]
], ],
"WL - Submarine World - Modifying The Marine Mobile": [ "WL - Submarine World - Modifying The Marine Mobile": [
[] []
@@ -213,10 +212,12 @@ rules_dict: dict[str,list[list[str]]] = {
], ],
"WV - Post Office - REL BP inside Silver Room": [ "WV - Post Office - REL BP inside Silver Room": [
[WC] [WC]
# "move_rando"
# [WC, MX] # [WC, MX]
], ],
"WV - Post Office - REL BP at Entrance Door after Mission Completion": [ "WV - Post Office - REL BP at Entrance Door after Mission Completion": [
[WC] [WC]
# "move_rando"
# [WC, MX] # [WC, MX]
], ],
"WF - RS BP behind Vacuum Tube": [ "WF - RS BP behind Vacuum Tube": [
@@ -314,6 +315,7 @@ rules_dict: dict[str,list[list[str]]] = {
], ],
"WD - Minefield - OCD BP on Left Side of House": [ "WD - Minefield - OCD BP on Left Side of House": [
[] []
# "move_rando"
# [REL, GC], # [REL, GC],
# [REL, SS, RS] # [REL, SS, RS]
# [MX] # [MX]
@@ -324,6 +326,7 @@ rules_dict: dict[str,list[list[str]]] = {
], ],
"WD - Minefield - OCD BP inside Guardian's House": [ "WD - Minefield - OCD BP inside Guardian's House": [
[] []
# "move_rando"
# [REL, GC], # [REL, GC],
# [REL, SS, RS] # [REL, SS, RS]
# [MX] # [MX]
@@ -364,10 +367,12 @@ rules_dict: dict[str,list[list[str]]] = {
], ],
"WL - North Shore - MM BP inside Skunk Hut": [ "WL - North Shore - MM BP inside Skunk Hut": [
[] []
# "move_rando"
# [MX] # [MX]
], ],
"WL - North Shore - MM BP inside House's Fence": [ "WL - North Shore - MM BP inside House's Fence": [
[] []
# "move_rando"
# [MX] # [MX]
], ],
"WL - North Shore - MM BP inside Boulder Box near Bridge": [ "WL - North Shore - MM BP inside Boulder Box near Bridge": [
@@ -390,6 +395,7 @@ rules_dict: dict[str,list[list[str]]] = {
], ],
"WV - Clock Tower - GC BP in Bedroom": [ "WV - Clock Tower - GC BP in Bedroom": [
[RS] [RS]
# "move_rando"
# [MX, RS] # [MX, RS]
], ],
"WV - Clock Tower - GC BP in Bell Room": [ "WV - Clock Tower - GC BP in Bell Room": [
@@ -400,6 +406,7 @@ rules_dict: dict[str,list[list[str]]] = {
], ],
"WF - Ski Resort - GC BP in Max Cave": [ "WF - Ski Resort - GC BP in Max Cave": [
[] []
# "move_rando"
# [MX] # [MX]
], ],
"WF - Civic Center - GC BP on Left Side in Bat Cave Wall": [ "WF - Civic Center - GC BP on Left Side in Bat Cave Wall": [
@@ -414,11 +421,13 @@ rules_dict: dict[str,list[list[str]]] = {
], ],
"WD - Power Plant - GC BP in Max Cave": [ "WD - Power Plant - GC BP in Max Cave": [
[] []
# "move_rando"
# [MX] # [MX]
], ],
"WD - Power Plant - GC BP After First Gate": [ "WD - Power Plant - GC BP After First Gate": [
[REL, RS], [REL, RS],
[GC] [GC]
# "move_rando"
# [MX, REL, RS] # [MX, REL, RS]
], ],
"WD - Generator Building - GC BP on the Highest Platform": [ "WD - Generator Building - GC BP on the Highest Platform": [
@@ -463,6 +472,7 @@ rules_dict: dict[str,list[list[str]]] = {
], ],
"WL - North Shore - Heart of Stone": [ "WL - North Shore - Heart of Stone": [
[] []
# "move_rando"
# [MX] # [MX]
], ],
"Spin N' Win - Easy": [ "Spin N' Win - Easy": [
@@ -518,18 +528,28 @@ rules_dict: dict[str,list[list[str]]] = {
], ],
"MC - 1st Crate Squashed": [ "MC - 1st Crate Squashed": [
[] []
# "move_rando"
# [PC]
], ],
"MC - 2nd Crate Squashed": [ "MC - 2nd Crate Squashed": [
[] []
# "move_rando"
# [PC]
], ],
"MC - 3rd Crate Squashed": [ "MC - 3rd Crate Squashed": [
[] []
# "move_rando"
# [PC]
], ],
"MC - 4th Crate Squashed": [ "MC - 4th Crate Squashed": [
[] []
# "move_rando"
# [PC]
], ],
"MC - 5th Crate Squashed": [ "MC - 5th Crate Squashed": [
[] []
# "move_rando"
# [PC]
] ]
# "Green Present": [ # "Green Present": [
# [] # []
@@ -539,9 +559,12 @@ rules_dict: dict[str,list[list[str]]] = {
# ], # ],
# "Pink Present": [ # "Pink Present": [
# [REL], # [REL],
# [move_rando]
# [PC] # [PC]
# ], # ],
# "Yellow Present": [ # "Yellow Present": [
# []
# "move_rando"
# [PC] # [PC]
# ] # ]
} }
@@ -560,6 +583,8 @@ access_rules_dict: dict[str,list[list[str]]] = {
], ],
"Clock Tower": [ "Clock Tower": [
[] []
# "move_rando"
# [SN]
], ],
"Who Forest": [ "Who Forest": [
[WF], [WF],