Skip to content

Commit

Permalink
Added GBA most graphical data to gSpeciesInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
AsparagusEduardo committed Aug 18, 2024
1 parent 62c9fe3 commit 8b351fa
Show file tree
Hide file tree
Showing 4 changed files with 1,335 additions and 1,335 deletions.
2 changes: 1 addition & 1 deletion include/config/pokemon.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#define P_CUSTOM_GENDER_DIFF_ICONS TRUE // If TRUE, will give more Pokémon custom icons for their female forms, i.e. Hippopotas and Hippowdon
#define P_FOOTPRINTS TRUE // If TRUE, Pokémon will have footprints (as was the case up to Gen 5 and in BDSP). Disabling this saves some ROM space.
#define P_TWO_FRAME_FRONT_SPRITES TRUE // In Pokémon Emerald, Pokémon front sprites always consist of two frames. This config can revert it to only use the first frame, as is the case in the other Gen 3 games.
#define P_GBA_SPECIES_GFX TRUE
#define P_GBA_SPECIES_GFX FALSE // By default, Pokémon sprites use Gen 4/5's style. This config can revert them back to GBA-style sprites.

// Other settings
#define P_CRIES_ENABLED TRUE // If TRUE, Pokémon will have cries. Disabling this saves around a LOT of ROM space (over 25%!), but instead we recommend disabling individual unused Pokémon families in include/config/species_enabled.h.
Expand Down
Loading

0 comments on commit 8b351fa

Please sign in to comment.