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

Changes

Jump to navigation Jump to search
910 bytes added ,  22:40, 8 February 2022
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] |..."
'''BPFC''' is a file format used in Super Mario Maker.

==File Format==

{| class="wikitable" border="1"
! 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 || [https://www.3dbrew.org/wiki/Mii#Mii_format Mii Data]
|-
| 0x76 || 2 || uint16 || [https://www.3dbrew.org/wiki/Mii#Checksum 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
|}

The remaining data is the compressed data. It should have the same size as stated in the ''Compressed data size'' field of the header.
12

edits

Navigation menu