Compare commits

..

No commits in common. "433800da6b97425e3389797865d4e973559b664c" and "55f46d867ca44db1fb65f3870316ec0a0811a739" have entirely different histories.

View File

@ -285,25 +285,6 @@ impl SmallDialog {
} }
} }
// this is literally the same struct as 0x01.
#[pso_packet(0xB0)]
pub struct RightText {
padding: [u32; 0x02],
msg: String,
}
impl RightText {
pub fn new(mut msg: String) -> RightText {
if !msg.ends_with('\0') {
msg.push('\0');
}
RightText {
padding: [0; 0x02],
msg: msg,
}
}
}
#[pso_packet(0x11)] #[pso_packet(0x11)]
pub struct SmallLeftDialog { pub struct SmallLeftDialog {
padding: [u32; 0x02], padding: [u32; 0x02],