From 12a159f4c716e71c94c431ef4d496ccf3265a224 Mon Sep 17 00:00:00 2001 From: G2 <72430668+G2-Games@users.noreply.github.com> Date: Wed, 19 Apr 2023 00:10:14 -0500 Subject: [PATCH] Update README.md --- README.md | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 1992311..d70b907 100644 --- a/README.md +++ b/README.md @@ -2,18 +2,21 @@ A small collection of utilities for exporting and importing assets from Little Busters! English Edition The CZ0 header: -| Offset | Ex. Values | ASCII | Purpose | -|--------|------------|-------|-----------------------------------| -| 0x00 | 43 5A 30 | CZ0 | Magic bytes to identify CZ0 files | -| 0x04 | 24 | 36 | Header length in bytes | -| 0x08 | 58 01 | 344 | Width of the image in pixels | -| 0x0A | DC 02 | 732 | Height of the image in pixels | -| 0x0C | 20 | 32 | Bit depth of the image | -| 0x14 | 58 01 | 344 | Width of image crop | -| 0x16 | DC 02 | 732 | Height of image crop | -| 0x18 | 00 05 | 1280 | Width of image bounding box | -| 0x1A | 34 03 | 820 | Height of image bounding box | -| 0x1C | 80 02 | 640 | X offset of image | -| 0x1E | 02 03 | 770 | Y offset of image | +| Offset | Ex. Values | ASCII | Purpose | +|-------------|------------|-------|-----------------------------------| +| 0x00 - 0x02 | 43 5A 30 | CZ0 | Magic bytes to identify CZ0 files | +| 0x03 | --- | --- | ---[Unknown]--- | +| 0x04 | 24 | 36 | Header length in bytes | +| 0x05 - 0x07 | --- | --- | ---[Unknown]--- | +| 0x08 | 58 01 | 344 | Width of the image in pixels | +| 0x0A | DC 02 | 732 | Height of the image in pixels | +| 0x0C | 20 | 32 | Bit depth of the image | +| 0x0D - 0x13 | --- | --- | ---[Unknown]--- | +| 0x14 | 58 01 | 344 | Width of image crop | +| 0x16 | DC 02 | 732 | Height of image crop | +| 0x18 | 00 05 | 1280 | Width of image bounding box | +| 0x1A | 34 03 | 820 | Height of image bounding box | +| 0x1C | 80 02 | 640 | X offset of image | +| 0x1E | 02 03 | 770 | Y offset of image | Bytes are in Little Endian order