Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
8b2c8de6f6 |
@ -171,6 +171,7 @@ pub struct WorldEventReset{
|
||||
#[binrw]
|
||||
#[brw(little)]
|
||||
pub struct WorldEventButton{
|
||||
// TODO: figure out magic_after without a dummy field
|
||||
#[br(pad_after=8)]
|
||||
pub button_id:u32,
|
||||
}
|
||||
@ -279,8 +280,7 @@ pub enum FlagReason{
|
||||
Teleport,
|
||||
#[brw(magic=9u32)]
|
||||
Practice,
|
||||
// b"data"
|
||||
#[brw(magic=1635017060u32)]
|
||||
#[brw(magic=b"data")]
|
||||
None,
|
||||
}
|
||||
#[binrw]
|
||||
|
Loading…
x
Reference in New Issue
Block a user