[Reverse-engineering] [th04/th05] Second, unused field of the .map header

Thanks to -Tom- for telling me what this obviously had to be.
This commit is contained in:
nmlgc 2019-01-11 00:23:15 +01:00
parent deb45ea14e
commit 9a2c6f72ba
1 changed files with 3 additions and 1 deletions

View File

@ -2,5 +2,7 @@
map_header_t struc map_header_t struc
map_size dw ? map_size dw ?
map_unk dw 3 dup (?) ; Number of 25×5 tile sections in this .MAP
map_section_count dw ?
map_unk dw 2 dup (?)
map_header_t ends map_header_t ends