wip: quatdata
This commit is contained in:
parent
77af5e386a
commit
8b2c8de6f6
@ -171,6 +171,7 @@ pub struct WorldEventReset{
|
|||||||
#[binrw]
|
#[binrw]
|
||||||
#[brw(little)]
|
#[brw(little)]
|
||||||
pub struct WorldEventButton{
|
pub struct WorldEventButton{
|
||||||
|
// TODO: figure out magic_after without a dummy field
|
||||||
#[br(pad_after=8)]
|
#[br(pad_after=8)]
|
||||||
pub button_id:u32,
|
pub button_id:u32,
|
||||||
}
|
}
|
||||||
@ -279,8 +280,7 @@ pub enum FlagReason{
|
|||||||
Teleport,
|
Teleport,
|
||||||
#[brw(magic=9u32)]
|
#[brw(magic=9u32)]
|
||||||
Practice,
|
Practice,
|
||||||
// b"data"
|
#[brw(magic=b"data")]
|
||||||
#[brw(magic=1635017060u32)]
|
|
||||||
None,
|
None,
|
||||||
}
|
}
|
||||||
#[binrw]
|
#[binrw]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user