diff options
author | ultima-soul <akshayjhanji@hotmail.com> | 2019-10-14 21:36:42 -0700 |
---|---|---|
committer | ultima-soul <akshayjhanji@hotmail.com> | 2019-10-14 21:36:42 -0700 |
commit | e3e61c6210be3eb96256cef276aa1bc6f02939d9 (patch) | |
tree | 63264da4db82e2037d5a92bf6f445bcb1b284599 /src/data.c | |
parent | 9d33d5600a88f05d7906dee166df3dd03601c1a0 (diff) |
Port/dump front_pic_table.
Diffstat (limited to 'src/data.c')
-rw-r--r-- | src/data.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/data.c b/src/data.c index 17bdaa22b..c4c079f87 100644 --- a/src/data.c +++ b/src/data.c @@ -271,4 +271,7 @@ const union AnimCmd *const gSpriteAnimTable_82349BC[] = gSpriteAnim_82349B4, }; +#define SPECIES_SPRITE(species, sprite) [SPECIES_##species] = {sprite, 0x800, SPECIES_##species} + #include "data/pokemon_graphics/front_pic_coordinates.h" +#include "data/pokemon_graphics/front_pic_table.h" |