bonusCD support

This commit is contained in:
sShemet
2025-09-17 15:32:43 +05:00
parent cc52ac29a8
commit b9b8e197a8
12 changed files with 166 additions and 14 deletions

View File

@@ -81,7 +81,25 @@
pointer += 30
Loop
'32 - floors count
'36-52 - floors ids (by 1 byte)
'FLOOR STRUCTURE FROM 52 (40 bytes chunks)
'{
'int16 + int16 - Map width and (Heigth / 2) in words, or normal minimap by 1 byte
'int32 - FFFF0000
'int32 - Flood id
'int32 - User minimap offset
'int32 - Floor objects geometry offset
'int32 - User normal map offset
'int32 - Some vars offset 1
'int32 - Some vars offset 2 (coords??)
'int32 - Some vars offset 3
'int32 - Floor places strings offset (int16 - status, char[30] - text)
'}
'80 - Minimap offset
'84 - DUNGEON MAIN MAP offset
'88 - Dungeon normal usermap offset
End Sub