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.
ActRaiser/Map Data: Difference between revisions
Jump to navigation
Jump to search
m (moved Actraiser:Map Data to ActRaiser:Map Data) |
No edit summary |
||
Line 1: | Line 1: | ||
Actraiser city map data is located at | Actraiser city map data is located at 0x50000 to 0x517FF. It's | ||
stored in 0x100 byte quadrants, four to a map, resulting in six | stored in 0x100 byte quadrants, four to a map, resulting in six | ||
0x400 byte maps. | 0x400 byte maps. | ||
Line 17: | Line 17: | ||
caused by events (like the Marahna earthquake). | caused by events (like the Marahna earthquake). | ||
The overworld is one 128x128 map, located at | The overworld is one 128x128 map, located at 0x3333F to 0x37340. | ||
It doesn't make use of quadrants like the city maps do. | It doesn't make use of quadrants like the city maps do. | ||
==References== | ==References== | ||
* [http://starmen.net/pkhack/misc/actraiser/actraiser_mapdata.txt A file] concerning map data | * [http://starmen.net/pkhack/misc/actraiser/actraiser_mapdata.txt A file] concerning map data |
Revision as of 06:59, 27 August 2011
Actraiser city map data is located at 0x50000 to 0x517FF. It's stored in 0x100 byte quadrants, four to a map, resulting in six 0x400 byte maps.
The quadrants are ordered as follows: top left, top right, bottom left, bottom right.
a...b g...h c...d i...j e...f k...l
m...n s...t o...p u...v q...r w...x
More map data appears to follow this data, to handle map changes caused by events (like the Marahna earthquake).
The overworld is one 128x128 map, located at 0x3333F to 0x37340. It doesn't make use of quadrants like the city maps do.
References
- A file concerning map data