1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-07-17 10:47:44 +00:00

Add UpdateRestedExp, LoseEffect and GainEffect ACs

This commit is contained in:
Joshua Goins 2025-07-14 18:17:57 -04:00
parent 4f5f204507
commit 0399930ec7

View file

@ -151,6 +151,25 @@ pub enum ActorControlCategory {
unk1: u32,
unk2: u32, // unlocked?
},
#[brw(magic = 0x18u16)]
UpdateRestedExp {
#[brw(pad_before = 2)] // padding
exp: u32,
},
#[brw(magic = 0x15u16)]
LoseEffect {
#[brw(pad_before = 2)] // padding
effect_id: u32,
unk2: u32,
unk33: u32,
},
#[brw(magic = 0x14u16)]
GainEffect {
#[brw(pad_before = 2)] // padding
effect_id: u32,
unk2: u32,
unk33: u32,
},
Unknown {
category: u16,
#[brw(pad_before = 2)] // padding