We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6844cf7 commit 431d025Copy full SHA for 431d025
scripts/Sonic 3&K Object.js
@@ -59,6 +59,7 @@ dplcs([
59
[
60
() => {
61
const quantity = read(dc.w);
62
+ if (quantity === 0xFFFF) return;
63
return (({ mapping }, frameIndex) => {
64
mapping.art = read(nybble * 3);
65
mapping.size = read(nybble) + 1;
0 commit comments