-
Notifications
You must be signed in to change notification settings - Fork 11
/
robowars.nv.json
56 lines (54 loc) · 2.01 KB
/
robowars.nv.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
{
"_notes": [
"0.1, 0.2: Compiled by Horsepin.",
"0.3: Switch from `packed` to `nibble` attribute (Tom Collins)."
],
"_copyright": "Copyright (C) 2017 by Dave Horse <[email protected]>",
"_license": "GNU Lesser General Public License v3.0",
"_endian": "big",
"_roms": ["robowars"],
"_fileformat": 0.2,
"_version": 0.3,
"high_scores": [
{ "label": "First Place", "short_label": "1st",
"initials": {"start": 183, "encoding": "ch", "length": 6,
"nibble": "low", "default": "\u0000\u0000\u0000"},
"score": {"start": 189, "encoding": "bcd", "length": 7,
"nibble": "low", "scale": 10}
},
{ "label": "Second Place", "short_label": "2nd",
"initials": {"start": 196, "encoding": "ch", "length": 6,
"nibble": "low", "default": "\u0000\u0000\u0000"},
"score": {"start": 202, "encoding": "bcd", "length": 7,
"nibble": "low", "scale": 10}
},
{ "label": "Third Place", "short_label": "3rd",
"initials": {"start": 209, "encoding": "ch", "length": 6,
"nibble": "low", "default": "\u0000\u0000\u0000"},
"score": {"start": 215, "encoding": "bcd", "length": 7,
"nibble": "low", "scale": 10}
},
{ "label": "Fourth Place", "short_label": "4th",
"initials": {"start": 222, "encoding": "ch", "length": 6,
"nibble": "low", "default": "\u0000\u0000\u0000"},
"score": {"start": 228, "encoding": "bcd", "length": 7,
"nibble": "low", "scale": 10}
},
{ "label": "Fifth Place", "short_label": "5th",
"initials": {"start": 235, "encoding": "ch", "length": 6,
"nibble": "low", "default": "\u0000\u0000\u0000"},
"score": {"start": 241, "encoding": "bcd", "length": 7,
"nibble": "low", "scale": 10}
}
],
"adjustments": {
"Replay Levels": [
{ "label": "Replay L1", "start": 51, "length": 2,
"encoding": "bcd", "nibble": "low", "scale": 100000 },
{ "label": "Replay L2", "start": 53, "length": 2,
"encoding": "bcd", "nibble": "low", "scale": 100000 },
{ "label": "Replay L3", "start": 55, "length": 2,
"encoding": "bcd", "nibble": "low", "scale": 100000 }
]
}
}