From 4a097d89dc44c44ada52c81cd1735e6ae3469df4 Mon Sep 17 00:00:00 2001 From: Tom Collins Date: Tue, 3 Dec 2024 07:09:15 -0500 Subject: [PATCH] st_162h: update LE offsets from Pro (st_162) --- st_162h.nv.json | 78 ++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 61 insertions(+), 17 deletions(-) diff --git a/st_162h.nv.json b/st_162h.nv.json index 6883e0d..47887db 100644 --- a/st_162h.nv.json +++ b/st_162h.nv.json @@ -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 ", "_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": [ { @@ -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" } } ]