Skip to content

Commit

Permalink
st_162h: update LE offsets from Pro (st_162)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlogic committed Dec 6, 2024
1 parent 71ec77a commit 4a097d8
Showing 1 changed file with 61 additions and 17 deletions.
78 changes: 61 additions & 17 deletions st_162h.nv.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"_notes": [
"Compiled by NV Mapping Helper (Replace with your name)"
"Compiled by Tom Collins, based on st_162h by HorsePin"
],
"_copyright": "Copyright (C) 2022 by YourName your email>",
"_copyright": "Copyright (C)2024 by Tom Collins <[email protected]>",
"_license": "GNU Lesser General Public License v3.0",
"_endian": "little",
"_ramsize": 131118,
"_roms": [
"st_162h"
],
"_fileformat": 0.1,
"_fileformat": 0.2,
"_version": 0.1,
"last_game": [
{
Expand Down Expand Up @@ -39,69 +39,113 @@
"short_label": "GC",
"initials": {
"encoding": "ch",
"length": 3,
"length": 10,
"start": 11984
},
"score": {
"encoding": "int",
"length": 4,
"start": 8600
"start": 12008
}
},
{
"label": "#1",
"label": "High Score #1",
"short_label": "#1",
"initials": {
"encoding": "ch",
"length": 3,
"length": 10,
"start": 12016
},
"score": {
"encoding": "int",
"length": 4,
"start": 8608
"start": 12040
}
},
{
"label": "#2",
"label": "High Score #2",
"short_label": "#2",
"initials": {
"encoding": "ch",
"length": 3,
"length": 10,
"start": 12048
},
"score": {
"encoding": "int",
"length": 4,
"start": 8616
"start": 12072
}
},
{
"label": "#3",
"label": "High Score #3",
"short_label": "#3",
"initials": {
"encoding": "ch",
"length": 3,
"length": 10,
"start": 12080
},
"score": {
"encoding": "int",
"length": 4,
"start": 8624
"start": 12104
}
},
{
"label": "#4",
"label": "High Score #4",
"short_label": "#4",
"initials": {
"encoding": "ch",
"length": 2,
"length": 10,
"start": 12112
},
"score": {
"encoding": "int",
"length": 4,
"start": 8632
"start": 12136
}
}
],
"mode_champions": [
{
"label": "Combo Champion",
"initials": {
"encoding": "ch",
"length": 10,
"start": 12144
},
"score": {
"encoding": "int",
"length": 4,
"start": 12168,
"suffix": " Combos"
}
},
{
"label": "Warp Champion",
"initials": {
"encoding": "ch",
"length": 10,
"start": 12176
},
"score": {
"encoding": "int",
"length": 4,
"start": 12200,
"suffix": " Warps"
}
},
{
"label": "Medals Champion",
"initials": {
"encoding": "ch",
"length": 10,
"start": 12208
},
"score": {
"encoding": "int",
"length": 4,
"start": 12232,
"suffix": " Medals"
}
}
]
Expand Down

0 comments on commit 4a097d8

Please sign in to comment.