Set default battle shadow to Gen3 (#5632)
Co-authored-by: Hedara <hedara90@gmail.com>
This commit is contained in:
parent
ac1dd857f7
commit
02d7767327
1 changed files with 2 additions and 1 deletions
|
@ -285,6 +285,7 @@
|
|||
#define B_SHOW_TYPES SHOW_TYPES_NEVER // When defined as SHOW_TYPES_ALWAYS, after selecting "Fight" in battle, the types of all Pokemon are revealed. Whe defined as SHOW_TYPES_OWN, types are only revealed if the player owns the mon in question.
|
||||
|
||||
// Pokémon battle sprite settings
|
||||
#define B_ENEMY_MON_SHADOW_STYLE GEN_LATEST // In Gen4+, all enemy Pokemon will have a shadow drawn beneath them.
|
||||
#define B_ENEMY_MON_SHADOW_STYLE GEN_3 // In Gen4+, all enemy Pokemon will have a shadow drawn beneath them.
|
||||
// Currently Gen4+ shadows don't properly work with Trainerslides
|
||||
|
||||
#endif // GUARD_CONFIG_BATTLE_H
|
||||
|
|
Loading…
Reference in a new issue