ActRaiser/Map Data

From Data Crystal
< ActRaiser
Revision as of 06:59, 27 August 2011 by Alchemic (talk | contribs)
Jump to navigation Jump to search

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