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

Opening.bnr: Difference between revisions

From WiiBrew
Jump to navigation Jump to search
Dasda (talk | contribs)
No edit summary
Magicus (talk | contribs)
No edit summary
Line 3: Line 3:
==Description==
==Description==
Opening.bnr is a normal ARC-file with a extra header. The ARC-file contains 3 files, icon.bin, banner.bin, and sound.bin. These .bin-files are compressed using the LZ77 encryption, more information on Wikipedia.
Opening.bnr is a normal ARC-file with a extra header. The ARC-file contains 3 files, icon.bin, banner.bin, and sound.bin. These .bin-files are compressed using the LZ77 encryption, more information on Wikipedia.
The extra header is very similar (identical?) to the part A of the content.bin file, starting from (and including) the field Zeroes_1, i.e. the second block of part A. See [[Content.bin_file_structure]].

Revision as of 10:52, 1 March 2008

opening.bnr

Description

Opening.bnr is a normal ARC-file with a extra header. The ARC-file contains 3 files, icon.bin, banner.bin, and sound.bin. These .bin-files are compressed using the LZ77 encryption, more information on Wikipedia.

The extra header is very similar (identical?) to the part A of the content.bin file, starting from (and including) the field Zeroes_1, i.e. the second block of part A. See Content.bin_file_structure.