Skip to content

Commit

Permalink
Moved the rest of the animations to gSpeciesInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
AsparagusEduardo committed Oct 29, 2024
1 parent 9eb8a9b commit 1a2640a
Show file tree
Hide file tree
Showing 12 changed files with 5,846 additions and 11,297 deletions.
3 changes: 3 additions & 0 deletions src/data/pokemon/species_info.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
#include "constants/abilities.h"
#include "species_info/shared_dex_text.h"
#include "species_info/shared_front_pic_anims.h"

// Macros for ease of use.

#define EVOLUTION(...) (const struct Evolution[]) { __VA_ARGS__, { EVOLUTIONS_END }, }

#define ANIM_FRAMES(...) (const union AnimCmd *const[]) { sAnim_GeneralFrame0, (const union AnimCmd[]) { __VA_ARGS__ ANIMCMD_END, }, }

#if P_FOOTPRINTS
#define FOOTPRINT(sprite) .footprint = gMonFootprint_## sprite,
#else
Expand Down
1,497 changes: 1,312 additions & 185 deletions src/data/pokemon/species_info/gen_1_families.h

Large diffs are not rendered by default.

696 changes: 604 additions & 92 deletions src/data/pokemon/species_info/gen_2_families.h

Large diffs are not rendered by default.

1,291 changes: 1,145 additions & 146 deletions src/data/pokemon/species_info/gen_3_families.h

Large diffs are not rendered by default.

Loading

0 comments on commit 1a2640a

Please sign in to comment.