Remove wrong magic number

Turns out it's not a magic number after all
This commit is contained in:
Patrick Auernig 2023-07-31 01:12:54 +02:00
parent 65d7a5a922
commit db84e45639

View File

@ -49,8 +49,11 @@ impl fmt::Display for RobeColor {
#[binrw::binread]
#[derive(Debug)]
#[brw(little, magic = b"\x16\x00\x00\x80\x00\x00\x00\x00")]
#[brw(little)]
pub struct Savefile {
#[brw(count = 8)]
_unknown0: Vec<u8>,
pub robe: u32,
pub symbol: u32,