In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "BPFC"

From WiiUBrew
Jump to navigation Jump to search
(Created page with "'''BPFC''' is a file format used in Super Mario Maker. ==File Format== {| class="wikitable" border="1" ! Offset !! Size !! Type !! Description |- | 0x00 || 4 || char[4] |...")
 
 
Line 33: Line 33:
 
|}
 
|}
  
The remaining data is the compressed data. It should have the same size as stated in the ''Compressed data size'' field of the header.
+
[[Category:File Formats]]

Latest revision as of 16:08, 11 February 2022

BPFC is a file format used in Super Mario Maker.

File Format

Offset Size Type Description
0x00 4 char[4] Magic Word 'BPFC'
0x04 4 uint32 Always 1/Version?
0x08 4 uint32 Unknown
0x0C 4 uint32 Unknown
0x10 4 uint32 Unknown
0x14 4 uint32 Unknown
0x18 94 (0x5E) uint32 Mii Data
0x76 2 uint16 CRC-16/XMODEM over the 0x5E bytes of Mii Data
0x78 4 uint32 Unknown
0x7C 4 uint32 Unknown
0x80 4 uint32 Unknown
0x84 4 uint32 Unknown
0x88 4 uint32 Unknown