-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpatchfile.json
More file actions
39 lines (39 loc) · 1.15 KB
/
patchfile.json
File metadata and controls
39 lines (39 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"baseRomLocation": "./patches/Super_Metroid_Unheadered.smc",
"outputRomLocation": "./patches/output-file.smc",
"patchfileLockDirectory": "../../patches.lock",
"patches": [
{
"name": "change-1",
"location": "./patches/1-change.ips"
},
{
"name": "change-2",
"location": "./patches/2-change.ips"
},
{
"name": "change-3",
"location": "./patches/3-change.ips"
},
{
"name": "New Beam Items",
"url": "http://old.metroidconstruction.com/IPS/GrimeBeamItems.IPS"
},
{
"name": "HUD Hack",
"url": "http://old.metroidconstruction.com/ASM/BlackFalconHUDHack2.5.zip",
"zipPatchInfo": {
"fileName": "HUD2.5.IPS"
}
},
{
"name": "New Beams",
"url": "http://old.metroidconstruction.com/IPS/GrimeBeamGFX.IPS"
},
{
"name": "Skipping Ceres",
"url": "http://old.metroidconstruction.com/ASM/BlackFalconSkippingCeresV2.2.ASM",
"filetype": "asm"
}
]
}