1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-04-20 06:37:45 +00:00

Try to fix crash after recieving status list

This commit is contained in:
Joshua Goins 2025-03-27 23:53:15 -04:00
parent c5e04ba33f
commit 13b24e9cfe
2 changed files with 2 additions and 1 deletions

View file

@ -220,7 +220,7 @@
{ {
"name": "Unk16", "name": "Unk16",
"opcode": 392, "opcode": 392,
"size": 6 "size": 8
}, },
{ {
"name": "Unk17", "name": "Unk17",

View file

@ -21,4 +21,5 @@ pub struct ActionRequest {
pub dir_target: u16, pub dir_target: u16,
pub target: u64, pub target: u64,
pub arg: u32, pub arg: u32,
pub padding_prob: u32,
} }