Skip to content

Commit

Permalink
Merge pull request #2 from Pawkkie/sleep-clause-tests
Browse files Browse the repository at this point in the history
Sleep Clause Tests
  • Loading branch information
iriv24 authored Oct 22, 2024
2 parents bc8120f + a98e2bd commit 954f411
Show file tree
Hide file tree
Showing 2 changed files with 546 additions and 117 deletions.
2 changes: 1 addition & 1 deletion include/config/battle.h
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
#define B_OVERWORLD_FOG GEN_LATEST // In Gen8+, overworld Fog summons Misty Terrain in battle. In Gen4 only, overworld Fog summons the unique fog weather condition in battle.
#define B_TOXIC_REVERSAL GEN_LATEST // In Gen5+, bad poison will change to regular poison at the end of battles.
#define B_TRY_CATCH_TRAINER_BALL GEN_LATEST // In Gen4+, trying to catch a Trainer's Pokémon does not consume the Poké Ball.
#define B_SLEEP_CLAUSE TRUE // If the player / AI has already put a Pokémon on the opponent's side to sleep and it is still sleeping, another one can't be put to sleep.
#define B_SLEEP_CLAUSE TRUE // If the player / AI has already put a Pokémon on the opponent's side to sleep and it is still sleeping, another one can't be put to sleep.

// Animation Settings
#define B_NEW_SWORD_PARTICLE TRUE // If set to TRUE, it updates Swords Dance's particle.
Expand Down
Loading

0 comments on commit 954f411

Please sign in to comment.