ReC98/th04/formats/map.inc

9 lines
165 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

; .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