ChunkType

3 years ago

Chunk types are 4 bytes long, and represent an english word in ASCII. An example is MBMP.

Because the x86 architexture is little-endian, They are written backwards in files. The above "MBMP" would be written "PMBM", for example.