Welcome to Data Crystal's new home! Data Crystal is now part of the TCRF family (sort of).
The wiki has recently moved; please report any issues in Discord. Pardon the dust.

Mother 3/ROM header: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{subpage|game=MOTHER 3:ROM map}}
{{subpage|game=Mother 3}}
{{Infobox table|name=ROM header
{{Infobox table|name=ROM header
|game=MOTHER 3
|game=Mother 3
|loc=ROM
|loc=ROM
|start=0x0
|start=0x0
Line 26: Line 26:
* <tt>BE-BF (01)</tt> = Reserved area
* <tt>BE-BF (01)</tt> = Reserved area


[[Category:MOTHER 3|ROM header]]
[[Category:Mother 3|ROM header]]

Latest revision as of 02:39, 20 May 2024

This is a sub-page of Mother 3.

ROM header
Game Mother 3
Start Address 0x0
End Address 0xBF
# of Entries 12 (0xC)
Entry Length Variable
Total Length 196 bytes (0xC0)
Back to the ROM map

Overview

MOTHER 3 uses the standard GBA ROM header.

Field listing

  • 00-03 (04) = ROM entry point: b $80000C0
  • 04-9F (9C) = Nintendo logo graphics (compressed)
  • A0-AB (0C) = Title: "MOTHER3"
  • AC-AF (04) = Game code: "A3UJ"
  • B0-B1 (02) = Maker code: "01"
  • B2-B2 (01) = Fixed value: 0x96
  • B3-B3 (01) = Main unit code: 0x0
  • B4-B4 (01) = Device type: 0x0
  • B5-BC (07) = Reserved area
  • BD-BD (01) = Complement check: 0xDB
  • BE-BF (01) = Reserved area