From 27c8ec07c2576b54f0ffa948ea25803776fa90fe Mon Sep 17 00:00:00 2001 From: Alex <93446519+AlexOn1ine@users.noreply.github.com> Date: Mon, 20 Jan 2025 22:41:42 +0100 Subject: [PATCH] Documentation for DisableStruct (#6066) --- include/battle.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/battle.h b/include/battle.h index a61eff5306..cf935bda8c 100644 --- a/include/battle.h +++ b/include/battle.h @@ -68,6 +68,7 @@ #define BATTLE_BUFFER_LINK_SIZE 0x1000 +// Cleared each time a mon leaves the field, either by switching out or fainting struct DisableStruct { u32 transformedMonPersonality;