From 5d0b30b4cb470b74491ba121e6218816eb77e35f Mon Sep 17 00:00:00 2001 From: CPunch Date: Fri, 21 Aug 2020 00:31:00 -0500 Subject: [PATCH] added AINVEN_COUT for 0728 --- src/structs/0728.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/structs/0728.hpp b/src/structs/0728.hpp index 036c23b..27bbd47 100644 --- a/src/structs/0728.hpp +++ b/src/structs/0728.hpp @@ -1,6 +1,7 @@ /* genstructs.py */ #define AEQUIP_COUNT 12 +#define AINVEN_COUNT 50 #pragma pack(push)