From 4d4d566c2bf70407335cee7b8fc63975e09a7760 Mon Sep 17 00:00:00 2001 From: Eduardo Quezada Date: Tue, 10 Oct 2023 18:09:42 -0300 Subject: [PATCH] Undid flag --- include/config/battle.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config/battle.h b/include/config/battle.h index fce8c196ef..a5c16d2591 100644 --- a/include/config/battle.h +++ b/include/config/battle.h @@ -160,7 +160,7 @@ #define B_FLAG_NO_BAG_USE 0 // If this flag is set, the ability to use the bag in battle is disabled. #define B_FLAG_NO_CATCHING 0 // If this flag is set, the ability to catch wild Pokémon is disabled. #define B_FLAG_AI_VS_AI_BATTLE 0 // If this flag is set, the player's mons will be controlled by the ai next battles. -#define B_FLAG_DYNAMAX_BATTLE FLAG_UNUSED_0x020 // If this flag is set, the ability to Dynamax in battle is enabled for all trainers. +#define B_FLAG_DYNAMAX_BATTLE 0 // If this flag is set, the ability to Dynamax in battle is enabled for all trainers. // Var Settings // To use the following features in scripting, replace the 0s with the var ID you're assigning it to.