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 1: | Line 1: | ||
\SMALL\*.ARM are area map files, used by the MAP manu. | |||
$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 | ||
Line 10: | Line 12: | ||
+ FOR {num_rooms} room_name: | + FOR {num_rooms} room_name: | ||
? | ? | ||
[[Category:Vagrant_Story]] |
Revision as of 09:12, 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 ? $4 ? lenght of map graphics section ? $8 2 zone number $a 2 map number + FOR {num_rooms} map_graphics: ? + FOR {num_rooms} room_name: ?