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/BG block: Difference between revisions
< Mother 3
Jump to navigation
Jump to search
Lorenzooone (talk | contribs) (Created page with "==Overview== BG blocks contain compressed arrangement data for battle animations. ==Format== * <tt>00-03 (04)</tt> = "bg " header * <tt>04-07 (04)</tt> = 02 00 00 00 * <tt>0...") |
Lelegofrog (talk | contribs) mNo edit summary |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{subpage|game=Mother 3}} | |||
==Overview== | ==Overview== | ||
BG blocks contain compressed arrangement data for battle animations. | BG blocks contain compressed arrangement data for battle animations. | ||
Line 9: | Line 10: | ||
* <tt>..-.. (04)</tt> = "~bg " footer | * <tt>..-.. (04)</tt> = "~bg " footer | ||
[[Category: | [[Category:Mother 3 named data structures|BG]] | ||
[[Category: | [[Category:Mother 3|BG]] |
Latest revision as of 02:15, 20 May 2024
This is a sub-page of Mother 3.
Overview
BG blocks contain compressed arrangement data for battle animations.
Format
- 00-03 (04) = "bg " header
- 04-07 (04) = 02 00 00 00
- 08-0B (04) = Unknown
- 0C-.. (..) = LZ77 compressed arrangements
- ..-.. (04) = "~bg " footer