From 3f0f4886cbe88a88f62748cb3556540bc1b25ca4 Mon Sep 17 00:00:00 2001 From: andy Date: Sat, 19 Jun 2021 23:51:54 -0400 Subject: [PATCH] shiny_mobs (#3) Reviewed-on: http://git.sharnoth.com/jake/libpso/pulls/3 Co-authored-by: andy Co-committed-by: andy --- src/packet/ship.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/packet/ship.rs b/src/packet/ship.rs index 3c5632c..27f5fd8 100644 --- a/src/packet/ship.rs +++ b/src/packet/ship.rs @@ -400,6 +400,11 @@ pub struct UpdateConfig{ pub struct ViewInfoboardRequest { } +#[pso_packet(0xDE)] +pub struct RareMonsterList{ + pub ids: [u16; 16], +} + #[derive(PSOPacketData, Clone)] pub struct InfoboardResponse { pub name: [u16; 16],