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: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
(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...")
 
m (Xkeeper moved page MOTHER 3:Town map info table to MOTHER 3/Town map info table: normalize subpages and titles)
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Infobox table|name=Enemy data table
{{subpage|game=MOTHER 3:ROM map}}
{{Infobox table|name=Town map info table
|game=MOTHER 3
|game=MOTHER 3
|loc=ROM
|loc=ROM
Line 10: Line 11:


==Overview==
==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.
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. There are 1000 entries, one for each area in the game.


===Field listing===
===Field listing===

Revision as of 02:42, 24 January 2024

This is a sub-page of Mother 3.

Town map info 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. There are 1000 entries, one for each area in the game.

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   ] [   ?   ]