Merge pull request 'update tech menu' () from tech_menu_config into master

Reviewed-on: 
This commit is contained in:
jake 2023-02-03 00:01:27 -05:00
commit e71b435ea3

@ -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],