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/Town map info table

From Data Crystal
< MOTHER 3
Revision as of 07:56, 8 August 2013 by JeffMan (talk | contribs) (Created page with "{{Infobox table|name=Enemy data table |game=MOTHER 3 |loc=ROM |start=0xC2BE8 |end=0xC5AC7 |numentries=1000 (0x3E8) |entrylength=12 bytes (0xC) |totallength=12000 bytes (0x2EE0...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Enemy data table
Game MOTHER 3
Start Address 0xC2BE8
End Address 0xC5AC7
# of Entries 1000 (0x3E8)
Entry Length 12 bytes (0xC)
Total Length 12000 bytes (0x2EE0)
Back to the ROM map

Overview

The town map table gives directives on which town map each area uses, as well as the physical bounds of the current map area on the town map itself.

Field listing

  • 00-01 (02) = [ A ] Town map number
  • 02-03 (02) = [ B ] Top-left X
  • 04-05 (02) = [ C ] Top-left Y
  • 06-07 (02) = [ D ] Bottom-right X
  • 08-09 (02) = [ E ] Bottom-right Y
  • 0A-0B (02) = Unclassified data

Table view

       00   01   02   03   04   05   06   07   08   09   0A   0B   0C   0D   0E   0F
    +--------------------------------------------------------------------------------
00  | [   A   ] [   B   ] [   C   ] [   D   ] [   E   ] [   ?   ]