Skip to content

1.0-114

Compare
Choose a tag to compare
@TheBombSquad TheBombSquad released this 21 Aug 03:56
· 22 commits to master since this release
  • Fixed issue where transparency may not be parsed correctly on computers where English is not the default language
  • Fixed parsing order of NormalBitangentTangent vertex flag, thanks to chmcl#0594

Pulled in the following changes from @starknebula:

  • Add FZeroAX enum to GxGame. F-Zero AX and GX share the same structure formats for both TPL and GMA.
  • Remove need to pass game enum when for Pack method. When packing LZ file, deduce compatibility from headerFieldSize and actual file size.
  • Add switch case to Unpack method, check when for game enum and subtract when appropriate. This makes it more clear what is going on and will throw an error if another game is added to the GxGame enum, forcing it to be handled correctly.