document some things in ItemPMT

This commit is contained in:
Martin Michelsen
2025-03-27 23:38:37 -07:00
parent 3297df580a
commit 4770297cd0
5 changed files with 25 additions and 10 deletions
+1 -1
View File
@@ -238,7 +238,7 @@ ItemParameterTable::WeaponV4 ItemParameterTable::WeaponV3T<BE>::to_v4() const {
ret.unknown_a4 = this->unknown_a4;
ret.unknown_a5 = this->unknown_a5;
ret.tech_boost = this->tech_boost;
ret.combo_type = this->combo_type;
ret.behavior_flags = this->behavior_flags;
return ret;
}