Skip to content

Commit 43c0eb2

Browse files
committed
seems like full support for s1 + s2
1 parent 1b472bd commit 43c0eb2

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

TODO

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ post image of project / some custom mappings, saying it's ready for testing
1010
BUFFER
1111
==
1212

13+
// save mappings
14+
// s3k snowboard
15+
1316
// rawBytes()
1417
// art ffset save message / input size
1518
// copy to project

app/formats/scripts/debug.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ export const logger = (...args) => {
3939
log.msg(...args);
4040
};
4141

42+
window.log = log;
43+
4244
const Debug = observer(function () {
4345
return (
4446
log.enabled && (

scripts/Sonic 1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ mappings([
3333
});
3434
},
3535
({ sprite }) => {
36-
write(dc.w, sprite.length);
36+
write(dc.b, sprite.length);
3737
return ({ mapping }) => {
3838
write(dc.b, mapping.top);
3939
write(nybble, 0);

0 commit comments

Comments
 (0)