-
Notifications
You must be signed in to change notification settings - Fork 11
/
ripleys.nv.json
108 lines (108 loc) · 1.87 KB
/
ripleys.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
101
102
103
104
105
106
107
108
{
"_notes": [
"Compiled by Dave Horse HorsePin"
],
"_copyright": "Copyright (C) 2022 by HorsePin",
"_license": "GNU Lesser General Public License v3.0",
"_endian": "big",
"_ramsize": 8328,
"_roms": [
"ripleys"
],
"_fileformat": 0.1,
"_version": 0.1,
"last_game": [
{
"encoding": "bcd",
"length": 4,
"start": 5719
},
{
"encoding": "bcd",
"length": 4,
"start": 5724
},
{
"encoding": "bcd",
"length": 4,
"start": 5729
},
{
"encoding": "bcd",
"length": 4,
"start": 5734
}
],
"high_scores": [
{
"label": "Grand Champion",
"short_label": "GC",
"initials": {
"start": 5661,
"encoding": "ch",
"length": 3
},
"score": {
"encoding": "bcd",
"length": 4,
"start": 7714
}
},
{
"label": "1st",
"short_label": "#1",
"initials": {
"start": 5671,
"encoding": "ch",
"length": 3
},
"score": {
"encoding": "bcd",
"length": 4,
"start": 7719
}
},
{
"label": "2nd",
"short_label": "#2",
"initials": {
"start": 5681,
"encoding": "ch",
"length": 3
},
"score": {
"encoding": "bcd",
"length": 4,
"start": 7724
}
},
{
"label": "3rd",
"short_label": "#3",
"initials": {
"start": 5691,
"encoding": "ch",
"length": 3
},
"score": {
"encoding": "bcd",
"length": 4,
"start": 7729
}
},
{
"label": "4th",
"short_label": "#4",
"initials": {
"start": 5701,
"encoding": "ch",
"length": 3
},
"score": {
"encoding": "bcd",
"length": 4,
"start": 7734
}
}
]
}