Validated up to OP_UpdateAA

This commit is contained in:
dannuic
2026-04-16 16:51:41 -06:00
parent 36ea946255
commit fe4146050f
3 changed files with 4 additions and 6 deletions
+1 -2
View File
@@ -2337,12 +2337,11 @@ namespace TOB
eq->aapoints_assigned[4] = 0;
eq->aapoints_assigned[5] = 0;
for (uint32 i = 0; i < MAX_PP_AA_ARRAY; ++i)
for (uint32 i = 0; i < structs::MAX_PP_AA_ARRAY; ++i)
{
eq->aa_list[i].AA = emu->aa_list[i].AA;
eq->aa_list[i].value = emu->aa_list[i].value;
eq->aa_list[i].charges = emu->aa_list[i].charges;
eq->aa_list[i].bUnknown0x0c = false;
}
FINISH_ENCODE();
+1 -2
View File
@@ -818,9 +818,8 @@ namespace TOB {
struct AA_Array
{
uint32 AA;
uint32 value;
uint32 value; // points spent
uint32 charges; // expendable charges
bool bUnknown0x0c; // added test winter 2024; removed sometime in summer 2024
};
struct AATable_Struct {