File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,10 @@ default_destination: "/romloader"
6969# ## a set of rules to use to put certain ROMs in certain locations, such as your randomizer ROMs, useful for MSU1 users
7070rules :
7171 alttpr :
72- name_pattern : " ALttP - VT_*" # look for an input ROM that matches this name
72+ name_pattern :
73+ - " ALttP - VT_*" # look for an input ROM that matches this name
74+ - " ER_*"
75+ - " Daily Challenge_*"
7376 destinations :
7477 - name : default
7578 path : " /LinkToThePast/Transferred"
@@ -95,22 +98,26 @@ rules:
9598 path : " /LinkToThePast/MSU1/ZeldaReOrchestrated"
9699 romname : alttp_msu.sfc
97100 smz3 :
98- name_pattern : " SMALttP - sm-*"
101+ name_pattern :
102+ - " SMALttP - sm-*"
99103 destinations :
100104 - name : default
101- path : " /SMZ3/roms "
105+ path : " /smz3 "
102106 smw :
103- name_pattern : " smw-*"
107+ name_pattern :
108+ - " smw-*"
104109 destinations :
105110 - name : default
106111 path : " /SuperMarioWorld/Rando"
107112 supermetroiditem :
108- name_pattern : " Item Randomizer *"
113+ name_pattern :
114+ - " Item Randomizer *"
109115 destinations :
110116 - name : default
111117 path : " /SuperMetroid/Rando"
112118 supermetroidvaria :
113- name_pattern : " VARIA_Randomizer_*"
119+ name_pattern :
120+ - " VARIA_Randomizer_*"
114121 destinations :
115122 - name : default
116123 path : " /SuperMetroid/Rando"
You can’t perform that action at this time.
0 commit comments