-
Notifications
You must be signed in to change notification settings - Fork 72
/
bootloader.json
62 lines (62 loc) · 1.58 KB
/
bootloader.json
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"outputFiles": [
{
"file": "Output/Bootloader/bootloader.gct"
},
{
"file": "Output/Bootloader/bootloader.txt"
}
],
"codes": [
{
"name": "Slippi Bootloader",
"build": [
{
"type": "injectFolder",
"sourceFolder": "Bootloader",
"annotation": "Slippi Bootloader [UnclePunch]"
},
{
"type": "injectFolder",
"sourceFolder": "Common/EXITransferBuffer",
"annotation": "EXI Transfer Buffer"
},
{
"type": "injectFolder",
"sourceFolder": "Common/Gecko",
"annotation": "Static function to process Gecko codes [Fizzi]"
}
]
},
{
"name": "Early Load Codes, Must Run Before Bootloader",
"build": [
{
"type": "binary",
"sourceFile": "Binary/FasterMeleeSettings/StockMode.bin",
"annotation": "Stock Mode [Magus]"
},
{
"type": "binary",
"sourceFile": "Binary/FasterMeleeSettings/4Stocks.bin",
"annotation": "4 Stocks [Magus]"
},
{
"type": "binary",
"sourceFile": "Binary/FasterMeleeSettings/8Minutes.bin",
"annotation": "8 Minutes [Magus]"
},
{
"type": "binary",
"sourceFile": "Binary/FasterMeleeSettings/NoItems.bin",
"annotation": "No Items [Magus]"
},
{
"type": "binary",
"sourceFile": "Binary/FasterMeleeSettings/SinglesStages.bin",
"annotation": "Singles Stages [Magus]"
}
]
}
]
}