If you are still using the old URL (datacrystal.romhacking.net), please update your bookmarks! The old URL may stop working soon.
The current URL is datacrystal.tcrf.net.
The current URL is datacrystal.tcrf.net.
Mother 3/CCG block: Difference between revisions
< Mother 3
Jump to navigation
Jump to search
(Created page with "==Overview== CCG blocks contain compressed graphics data. ==Format== * <tt>00-03 (04)</tt> = "ccg " header * <tt>04-0B (08)</tt> = Unknown * <tt>0C-.. (..)</tt> = LZSS-compre...") |
Lorenzooone (talk | contribs) (→Format) |
||
Line 4: | Line 4: | ||
==Format== | ==Format== | ||
* <tt>00-03 (04)</tt> = "ccg " header | * <tt>00-03 (04)</tt> = "ccg " header | ||
* <tt>04- | * <tt>04-07 (04)</tt> = "02 00 00 00" Bytes | ||
* <tt>08-0C (04)</tt> = Last tile of the graphic | |||
* <tt>0C-.. (..)</tt> = LZSS-compressed graphics | * <tt>0C-.. (..)</tt> = LZSS-compressed graphics | ||
* <tt>..-.. (04)</tt> = "~ccg" footer | * <tt>..-.. (04)</tt> = "~ccg" footer | ||
[[Category:MOTHER 3 named data structures|CCG]] | [[Category:MOTHER 3 named data structures|CCG]] | ||
[[Category:MOTHER 3|CCG]] | [[Category:MOTHER 3|CCG]] |
Revision as of 20:03, 23 October 2016
Overview
CCG blocks contain compressed graphics data.
Format
- 00-03 (04) = "ccg " header
- 04-07 (04) = "02 00 00 00" Bytes
- 08-0C (04) = Last tile of the graphic
- 0C-.. (..) = LZSS-compressed graphics
- ..-.. (04) = "~ccg" footer