If you are still using the old URL (datacrystal.romhacking.net), please update your bookmarks! The old URL may stop working soon.
The current URL is datacrystal.tcrf.net.
The current URL is datacrystal.tcrf.net.
Mother 3/Town map info table
< Mother 3(Redirected from MOTHER 3/Town map info table)
Jump to navigation
Jump to search
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 ] [ ? ]