From 16a37ec828009e33a11d5a010f9d2b56615be41f Mon Sep 17 00:00:00 2001 From: jake Date: Thu, 2 Feb 2023 22:01:28 -0700 Subject: [PATCH] update tech menu --- src/packet/ship.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/packet/ship.rs b/src/packet/ship.rs index 7790eb4..ce44428 100644 --- a/src/packet/ship.rs +++ b/src/packet/ship.rs @@ -397,6 +397,11 @@ pub struct RoomNameResponse { pub name: String, } +#[pso_packet(0x6ED)] +pub struct UpdateTechMenu { + pub config: [u8; 0x28], +} + #[pso_packet(0x7ED)] pub struct UpdateConfig{ pub config: [u8; 0xE8],