this did a thing I forget what at this point
This commit is contained in:
parent
02a65b9505
commit
28e8e0c517
@ -316,7 +316,7 @@ impl SelectScreenCharacter {
|
||||
pub struct InventoryItem {
|
||||
pub equipped: u16,
|
||||
pub tech: u8,
|
||||
pub material_count: u8, // in items 8 - 13 material usage values are stored here
|
||||
pub material_count: u8, // in items 7 - 11 material usage values are stored here
|
||||
pub flags: u32,
|
||||
pub data1: [u8; 12],
|
||||
pub item_id: u32,
|
||||
@ -360,7 +360,8 @@ pub struct KeyTeamConfig {
|
||||
pub _reserved: u16,
|
||||
pub team_name: [u16; 16],
|
||||
pub team_flag: [u8; 2048],
|
||||
pub team_rewards: [u32; 2],
|
||||
//pub team_rewards: [u32; 2],
|
||||
pub team_rewards: u32,
|
||||
}
|
||||
|
||||
impl std::default::Default for KeyTeamConfig {
|
||||
|
Loading…
x
Reference in New Issue
Block a user