Remove funcResult from AiThinkingStruct (#7545)

This commit is contained in:
Pawkkie 2025-08-13 05:41:14 -04:00 committed by GitHub
parent 916f083852
commit 5794b26a31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -344,7 +344,6 @@ struct AiThinkingStruct
u8 movesetIndex;
u16 moveConsidered;
s32 score[MAX_MON_MOVES];
u32 funcResult;
u64 aiFlags[MAX_BATTLERS_COUNT];
u8 aiAction;
u8 aiLogicId;