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.
Vagrant Story/ARM files: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
$0 4 num_rooms | $0 4 num_rooms | ||
$4 FOR {num_rooms} main_data: // $c bytes per room | $4 FOR {num_rooms} main_data: // $c bytes per room | ||
$0 4 ? | $0 4 ? (RAM only) | ||
$4 | $4 4 lenght of map graphics section (RAM: pointer to section) | ||
$8 2 zone number | $8 2 zone number | ||
$a 2 map number | $a 2 map number | ||
Line 11: | Line 10: | ||
? | ? | ||
+ FOR {num_rooms} room_name: | + FOR {num_rooms} room_name: | ||
$0 $24str room name | |||
[[Category:Vagrant_Story]] | [[Category:Vagrant_Story]] |
Revision as of 10:10, 18 August 2007
\SMALL\*.ARM are area map files, used by the MAP manu.
$0 4 num_rooms $4 FOR {num_rooms} main_data: // $c bytes per room $0 4 ? (RAM only) $4 4 lenght of map graphics section (RAM: pointer to section) $8 2 zone number $a 2 map number + FOR {num_rooms} map_graphics: ? + FOR {num_rooms} room_name: $0 $24str room name