Skip to content

Commit

Permalink
Merge pull request #45 from vswarte/chore/document-msb-bloodmessage-p…
Browse files Browse the repository at this point in the history
…oint-params-a-bit

Flesh out PointDataMessage a bit
  • Loading branch information
vswarte authored Jul 21, 2024
2 parents f435b0c + 84614c9 commit d80c2e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions crates/formats/src/msb/point.rs
Original file line number Diff line number Diff line change
Expand Up @@ -301,13 +301,13 @@ pub struct PointDataMessage {
pub unk2: I16<LE>,
// Seems to always be true/false? Could be a single byte with some padding?
pub hidden: U32<LE>,
pub unk8: I32<LE>,
pub item_lot: I32<LE>,
pub unkc: U32<LE>,
pub event_flag: I32<LE>,
pub unk14: I32<LE>,
pub unk18: I32<LE>,
pub unk1c: I32<LE>,
pub unk20: I32<LE>,
pub character_model_id: I32<LE>,
pub npc_param_id: I32<LE>,
pub animation_id: I32<LE>,
pub chara_init_param_id: I32<LE>,
}

#[derive(FromZeroes, FromBytes, Debug)]
Expand Down

0 comments on commit d80c2e4

Please sign in to comment.