um not on GBAtemp but you can probably find it with relatively little digging, there's probably a QuickBMS script for it or I can send you a tool later, I remember poking at it, standard gzip/zlib but they have multiple compressed sections with each 0x10000 bytes of a file in each chunk until it runs out of data to compress, starts at like 0x80 with a word for the compressed section size, pass that into zlib and move file position past it, align to 16 bytes, read next word, repeat, the header probs has a value for number of sections too