From 14ece4bae3c0c96e48e09552597ddd1337aa14c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=A4schke?= Date: Wed, 26 Jun 2024 10:25:54 +0200 Subject: [PATCH] representing a fixed value --- src/dsat.ksy | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/dsat.ksy b/src/dsat.ksy index 3134181..c3e8cf8 100644 --- a/src/dsat.ksy +++ b/src/dsat.ksy @@ -97,6 +97,7 @@ types: - id: here_be_dragons3 size: 844 # 3172 to 4016 doc: not clear, what this is (fixed value 4278772525) + type: const_4278772525 - id: offsets_zoom2 size: 15976 - 4016 # 4016 to 15976 (2990 offsets of 4 byte each) type: offsets @@ -168,3 +169,8 @@ types: seq: - id: value size: 1 #contents: [0x01] + const_4278772525: + seq: + - id: value + type: u4 + repeat: eos