notes on encountered values

This commit is contained in:
lifning 2021-01-14 01:19:06 -08:00
parent 8878eb3b3c
commit 546ddbd29f
1 changed files with 3 additions and 0 deletions

View File

@ -9,7 +9,10 @@ use std::fmt::Formatter;
#[derive(BinRead)]
#[br(little, magic = b"ThisIsOneFile\0\0\0")]
pub struct JodOne {
// usually 0xCC... format version maybe?
// but i've seen 0xCA in Test04/disp/Test04.one and 0xCB in Test05/disp/stg2010_sun.one
_unknown1: u32,
// usually "Default" or "landData"
#[br(pad_size_to = 32)]
pub category: NullString,
#[br(pad_after = 128)]