Skip to content

Commit

Permalink
Undid flag
Browse files Browse the repository at this point in the history
  • Loading branch information
AsparagusEduardo committed Oct 10, 2023
1 parent f830b07 commit 4d4d566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/config/battle.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4d4d566

Please sign in to comment.