Skip to content

Commit 12147ff

Browse files
authored
Add: Action 5 sprite counts for types 0x19, 0x1A and 0x1B. (#54)
Update sprite count for type 0x15.
1 parent a0a3ad7 commit 12147ff

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/data.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,13 @@ NDF_HEADER(0x04, 18),
181181
/*12*/ OFFSET, OPTIONS(1), 0x08,
182182
/*13*/ OFFSET, OPTIONS(1), 0x37,
183183
/*14*/ OFFSET, OPTIONS(1), 0x24,
184-
/*15*/ OFFSET, OPTIONS(1), 0xBF,
184+
/*15*/ OFFSET, OPTIONS(1), 0xC0,
185185
/*16*/ OFFSET, OPTIONS(1), 0x09,
186186
/*17*/ OFFSET, OPTIONS(1), 0x10,
187187
/*18*/ RECOLOUR, OPTIONS(1), 0x01,
188+
/*19*/ OFFSET, OPTIONS(1), 0x04,
189+
/*1A*/ OFFSET, OPTIONS(1), 0x5F,
190+
/*1B*/ OFFSET, OPTIONS(1), 0x18,
188191
00,
189192
NDF_END
190193
};

0 commit comments

Comments
 (0)