From 9a2c6f72ba23f4ae933b74396e620ccb5eb995aa Mon Sep 17 00:00:00 2001 From: nmlgc Date: Fri, 11 Jan 2019 00:23:15 +0100 Subject: [PATCH] [Reverse-engineering] [th04/th05] Second, unused field of the .map header Thanks to -Tom- for telling me what this obviously had to be. --- th04/formats/map.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/th04/formats/map.inc b/th04/formats/map.inc index 69413eae..e2fb300b 100644 --- a/th04/formats/map.inc +++ b/th04/formats/map.inc @@ -2,5 +2,7 @@ map_header_t struc 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