-
Notifications
You must be signed in to change notification settings - Fork 10
/
hd_l3.nv.json
38 lines (37 loc) · 1.41 KB
/
hd_l3.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
{
"_notes": [ "Compiled by Horsepin." ],
"_copyright": "Copyright (C) 2016 by Horsepin",
"_license": "GNU Lesser General Public License v3.0",
"_endian": "big",
"_roms": [ "hd_l3", "hd_l1", "che_cho" ],
"_fileformat": 0.1,
"_version": 0.1,
"last_game": [
{ "start": 5953, "encoding": "bcd", "length": 4 },
{ "start": 5959, "encoding": "bcd", "length": 4 },
{ "start": 5965, "encoding": "bcd", "length": 4 },
{ "start": 5971, "encoding": "bcd", "length": 4 }
],
"high_scores": [
{ "label": "Grand Champion", "short_label": "GC",
"initials": { "start": 7278, "encoding": "ch", "length": 3 },
"score": { "start": 7281, "encoding": "bcd", "length": 5 }
},
{ "label": "1st", "short_label": "1",
"initials": { "start": 7244, "encoding": "ch", "length": 3 },
"score": { "start": 7247, "encoding": "bcd", "length": 5 }
},
{ "label": "2nd", "short_label": "2",
"initials": { "start": 7252, "encoding": "ch", "length": 3 },
"score": { "start": 7255, "encoding": "bcd", "length": 5 }
},
{ "label": "3rd", "short_label": "3",
"initials": { "start": 7260, "encoding": "ch", "length": 3 },
"score": { "start": 7263, "encoding": "bcd", "length": 5 }
},
{ "label": "4th", "short_label": "4",
"initials": { "start": 7268, "encoding": "ch", "length": 3 },
"score": { "start": 7271, "encoding": "bcd", "length": 5}
}
]
}