diff --git a/src/packet/ship.rs b/src/packet/ship.rs index d1c709e..c255384 100644 --- a/src/packet/ship.rs +++ b/src/packet/ship.rs @@ -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)] pub struct JoinRoom { pub flag: u32, // # of elements in players