Skip to content

Commit 431d025

Browse files
committed
fix #53
1 parent 6844cf7 commit 431d025

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/Sonic 3&K Object.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ dplcs([
5959
[
6060
() => {
6161
const quantity = read(dc.w);
62+
if (quantity === 0xFFFF) return;
6263
return (({ mapping }, frameIndex) => {
6364
mapping.art = read(nybble * 3);
6465
mapping.size = read(nybble) + 1;

0 commit comments

Comments
 (0)