Skip to content

Commit e6e6b59

Browse files
committed
fix readme
1 parent f25e0a6 commit e6e6b59

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff 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
7070
rules:
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"

0 commit comments

Comments
 (0)