small left dialog

This commit is contained in:
jake 2020-11-18 18:48:22 -07:00
parent a6c1115850
commit ce5d37aff8

View File

@ -270,6 +270,21 @@ impl SmallDialog {
} }
} }
#[pso_packet(0x11)]
pub struct SmallLeftDialog {
padding: [u32; 0x02],
msg: String,
}
impl SmallLeftDialog {
pub fn new(msg: String) -> SmallLeftDialog {
SmallLeftDialog {
padding: [0x00004500, 0x45004500],
msg: msg,
}
}
}
#[pso_packet(0x64, manual_flag)] #[pso_packet(0x64, manual_flag)]
pub struct JoinRoom { pub struct JoinRoom {
pub flag: u32, // # of elements in players pub flag: u32, // # of elements in players