mirror of https://github.com/nmlgc/ReC98.git
[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:
parent
deb45ea14e
commit
9a2c6f72ba
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue