-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Stern Star Trek 1.61 LE, 1.62 Pro, and update 1.62 LE.
- Loading branch information
Showing
5 changed files
with
531 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,202 @@ | ||
{ | ||
"_notes": [ | ||
"Compiled by Tom Collins, based on st_162h by HorsePin" | ||
], | ||
"_copyright": "Copyright (C)2024 by Tom Collins <[email protected]>", | ||
"_license": "GNU Lesser General Public License v3.0", | ||
"_endian": "little", | ||
"_ramsize": 131118, | ||
"_roms": [ | ||
"st_161h" | ||
], | ||
"_fileformat": 0.3, | ||
"_version": 0.1, | ||
"last_game": [ | ||
{ | ||
"encoding": "int", | ||
"length": 4, | ||
"start": 68108 | ||
}, | ||
{ | ||
"encoding": "int", | ||
"length": 4, | ||
"start": 68112 | ||
}, | ||
{ | ||
"encoding": "int", | ||
"length": 4, | ||
"start": 68116 | ||
}, | ||
{ | ||
"encoding": "int", | ||
"length": 4, | ||
"start": 68120 | ||
} | ||
], | ||
"high_scores": [ | ||
{ | ||
"label": "Grand Champion", | ||
"short_label": "GC", | ||
"initials": { | ||
"encoding": "ch", | ||
"null": "terminate", | ||
"length": 11, | ||
"start": 11904 | ||
}, | ||
"score": { | ||
"encoding": "int", | ||
"length": 4, | ||
"start": 11928 | ||
} | ||
}, | ||
{ | ||
"label": "High Score #1", | ||
"short_label": "#1", | ||
"initials": { | ||
"encoding": "ch", | ||
"null": "terminate", | ||
"length": 11, | ||
"start": 11936 | ||
}, | ||
"score": { | ||
"encoding": "int", | ||
"length": 4, | ||
"start": 11960 | ||
} | ||
}, | ||
{ | ||
"label": "High Score #2", | ||
"short_label": "#2", | ||
"initials": { | ||
"encoding": "ch", | ||
"null": "terminate", | ||
"length": 11, | ||
"start": 11968 | ||
}, | ||
"score": { | ||
"encoding": "int", | ||
"length": 4, | ||
"start": 11992 | ||
} | ||
}, | ||
{ | ||
"label": "High Score #3", | ||
"short_label": "#3", | ||
"initials": { | ||
"encoding": "ch", | ||
"null": "terminate", | ||
"length": 11, | ||
"start": 12000 | ||
}, | ||
"score": { | ||
"encoding": "int", | ||
"length": 4, | ||
"start": 12024 | ||
} | ||
}, | ||
{ | ||
"label": "High Score #4", | ||
"short_label": "#4", | ||
"initials": { | ||
"encoding": "ch", | ||
"null": "terminate", | ||
"length": 11, | ||
"start": 12032 | ||
}, | ||
"score": { | ||
"encoding": "int", | ||
"length": 4, | ||
"start": 12056 | ||
} | ||
} | ||
], | ||
"mode_champions": [ | ||
{ | ||
"label": "Combo Champion", | ||
"initials": { | ||
"encoding": "ch", | ||
"null": "terminate", | ||
"length": 11, | ||
"start": 12064 | ||
}, | ||
"score": { | ||
"encoding": "int", | ||
"length": 4, | ||
"start": 12088, | ||
"suffix": " Combos" | ||
} | ||
}, | ||
{ | ||
"label": "Warp Champion", | ||
"initials": { | ||
"encoding": "ch", | ||
"null": "terminate", | ||
"length": 11, | ||
"start": 12096 | ||
}, | ||
"score": { | ||
"encoding": "int", | ||
"length": 4, | ||
"start": 12120, | ||
"suffix": " Warps" | ||
} | ||
}, | ||
{ | ||
"label": "Medals Champion", | ||
"initials": { | ||
"encoding": "ch", | ||
"null": "terminate", | ||
"length": 11, | ||
"start": 12128 | ||
}, | ||
"score": { | ||
"encoding": "int", | ||
"length": 4, | ||
"start": 12152, | ||
"suffix": " Medals" | ||
} | ||
} | ||
], | ||
"checksum16": [ | ||
{ | ||
"start": 11904, | ||
"length": 30, | ||
"label": "Grand Champion" | ||
}, | ||
{ | ||
"start": 11936, | ||
"length": 30, | ||
"label": "High Score #1" | ||
}, | ||
{ | ||
"start": 11968, | ||
"length": 30, | ||
"label": "High Score #2" | ||
}, | ||
{ | ||
"start": 12000, | ||
"length": 30, | ||
"label": "High Score #3" | ||
}, | ||
{ | ||
"start": 12032, | ||
"length": 30, | ||
"label": "High Score #4" | ||
}, | ||
{ | ||
"start": 12064, | ||
"length": 30, | ||
"label": "Combo Champion" | ||
}, | ||
{ | ||
"start": 12096, | ||
"length": 30, | ||
"label": "Warp Champion" | ||
}, | ||
{ | ||
"start": 12128, | ||
"length": 30, | ||
"label": "Medals Champion" | ||
} | ||
] | ||
} |
Oops, something went wrong.