ReC98/th04/formats/map.inc

9 lines
165 B
PHP
Raw Normal View History

; .map file header.
map_header_t struc
map_size dw ?
; Number of 25×5 tile sections in this .MAP
map_section_count dw ?
map_unk dw 2 dup (?)
map_header_t ends