-
Notifications
You must be signed in to change notification settings - Fork 11
/
gldneye.nv.json
100 lines (100 loc) · 1.83 KB
/
gldneye.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"_notes": "Compiled by Steven Harding",
"_copyright": "None",
"_license": "GNU Lesser General Public License v3.0",
"_endian": "big",
"_roms": [
"gldneye"
],
"_fileformat": 0.1,
"_version": 0.1,
"limits": {
"high_score_min": "24000000"
},
"high_scores": [
{
"label": "First Place",
"short_label": "1st",
"initials": {
"start": 5306,
"encoding": "ch",
"length": 3
},
"score": {
"start": 5244,
"encoding": "bcd",
"length": 5
}
},
{
"label": "Second Place",
"short_label": "2nd",
"initials": {
"start": 5309,
"encoding": "ch",
"length": 3
},
"score": {
"start": 5249,
"encoding": "bcd",
"length": 5
}
},
{
"label": "Third Place",
"short_label": "3rd",
"initials": {
"start": 5312,
"encoding": "ch",
"length": 3
},
"score": {
"start": 5254,
"encoding": "bcd",
"length": 5
}
},
{
"label": "Fourth Place",
"short_label": "4th",
"initials": {
"start": 5315,
"encoding": "ch",
"length": 3
},
"score": {
"start": 5259,
"encoding": "bcd",
"length": 5
}
},
{
"label": "Fifth Place",
"short_label": "5th",
"initials": {
"start": 5318,
"encoding": "ch",
"length": 3
},
"score": {
"start": 5264,
"encoding": "bcd",
"length": 5
}
},
{
"label": "Sixth Place",
"short_label": "6th",
"initials": {
"start": 5321,
"encoding": "ch",
"length": 3
},
"score": {
"start": 5269,
"encoding": "bcd",
"length": 5
}
}
]
}