Skip to content

Commit 9811c4f

Browse files
committed
thanm: Add the missing opcodes introduced in th143.
bestshot.anm still crashes, though.
1 parent 4bdf6f4 commit 9811c4f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

thanm/thanm.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,8 @@ static const id_format_pair_t formats_v8[] = {
325325
{ 313, "S" },
326326
{ 314, "S" },
327327
{ 315, "S" },
328+
{ 316, "" },
329+
{ 317, "" },
328330
{ 400, "fff" },
329331
{ 401, "fff" },
330332
{ 402, "ff" },
@@ -350,6 +352,7 @@ static const id_format_pair_t formats_v8[] = {
350352
{ 429, "Sf" },
351353
{ 430, "SSff" },
352354
{ 431, "S" },
355+
{ 432, "S" },
353356
{ 433, "SSff" },
354357
{ 434, "ff" },
355358
{ 436, "ff" },
@@ -373,6 +376,7 @@ static const id_format_pair_t formats_v8[] = {
373376
{ 608, "ff" },
374377
{ 609, "S" },
375378
{ 610, "S" },
379+
{ 611, "ffS" },
376380
{ 612, "ff" },
377381
{ 0xffff, "" },
378382
{ 0, NULL }

0 commit comments

Comments
 (0)