Skip to content

Commit

Permalink
fix anm v2 signatures
Browse files Browse the repository at this point in the history
v2 is identical to v3 except that color is a single dword
  • Loading branch information
ExpHP authored Aug 24, 2020
1 parent 0c6d805 commit 87d4d2a
Showing 1 changed file with 44 additions and 9 deletions.
53 changes: 44 additions & 9 deletions thanm/thanm.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,21 +91,22 @@ static const id_format_pair_t formats_v2[] = {
{ 0, "" },
{ 1, "" },
{ 2, "" },
{ 3, "S" },
{ 4, "SS" },
{ 5, "SSS" },
{ 3, "n" },
{ 4, "ot" },
{ 5, "Sot" },
{ 6, "fff" },
{ 7, "ff" },
{ 8, "S" },
{ 9, "S" },
{ 10, "" },
{ 11, "" },
{ 12, "fff" },
{ 13, "fff" },
{ 14, "ff" },
{ 15, "SS" },
{ 16, "S" },
{ 17, "ffSS" },
{ 18, "ffSS" },
{ 17, "fffS" },
{ 18, "fffS" },
{ 19, "fffS" },
{ 20, "" },
{ 21, "S" },
Expand All @@ -119,22 +120,56 @@ static const id_format_pair_t formats_v2[] = {
{ 29, "ffS" },
{ 30, "S" },
{ 31, "S" },
{ 32, "SSffS" },
{ 32, "SSfff" },
{ 33, "SSS" },
{ 34, "SSS" },
{ 35, "SSSSf" },
{ 35, "SSfff" },
{ 36, "SSff" },
{ 37, "SS" },
{ 38, "ff" },
{ 39, "SS" },
{ 40, "ff" },
{ 41, "SS" },
{ 42, "ff" },
{ 43, "SS" },
{ 44, "ff" },
{ 45, "SS" },
{ 46, "ff" },
{ 47, "SS" },
{ 48, "ff" },
{ 49, "SSS" },
{ 50, "fff" },
{ 51, "SSS" },
{ 52, "fff" },
{ 53, "SSS" },
{ 54, "fff" },
{ 55, "SSS" },
{ 56, "fff" },
{ 57, "SSS" },
{ 58, "fff" },
{ 59, "SS" },
{ 60, "ff" },
{ 69, "SSSS" },
{ 61, "ff" },
{ 62, "ff" },
{ 63, "ff" },
{ 64, "ff" },
{ 65, "ff" },
{ 66, "f" },
{ 67, "SSot" },
{ 68, "ffot" },
{ 69, "SSot" },
{ 70, "ffot" },
{ 71, "SSot" },
{ 72, "ffot" },
{ 73, "SSot" },
{ 74, "ffot" },
{ 75, "SSot" },
{ 76, "ffot" },
{ 77, "SSot" },
{ 78, "ffot" },
{ 79, "S" },
{ 80, "S" },
{ 80, "f" },
{ 81, "f" },
{ 0xffff, "" },
{ 0, NULL }
};
Expand Down

0 comments on commit 87d4d2a

Please sign in to comment.