diff options
author | ultima-soul <akshayjhanji@hotmail.com> | 2019-10-14 22:11:03 -0700 |
---|---|---|
committer | ultima-soul <akshayjhanji@hotmail.com> | 2019-10-14 22:11:03 -0700 |
commit | a91de64dcfed6f201ab3e66d95b54e932bc14946 (patch) | |
tree | 23477b0d8fa637b7a1454abfd982fa6ea34b9b1e /src/data.c | |
parent | 5e1f71231a256877a67f4c04ae3e69d339ac847b (diff) |
Port/dump back_pic_table.
Diffstat (limited to 'src/data.c')
-rw-r--r-- | src/data.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/data.c b/src/data.c index 63ae7333d..ebb6cf5ea 100644 --- a/src/data.c +++ b/src/data.c @@ -276,3 +276,4 @@ const union AnimCmd *const gSpriteAnimTable_82349BC[] = #include "data/pokemon_graphics/front_pic_coordinates.h" #include "data/pokemon_graphics/front_pic_table.h" #include "data/pokemon_graphics/back_pic_coordinates.h" +#include "data/pokemon_graphics/back_pic_table.h" |