diff options
author | ultima-soul <akshayjhanji@hotmail.com> | 2019-10-14 22:04:57 -0700 |
---|---|---|
committer | ultima-soul <akshayjhanji@hotmail.com> | 2019-10-14 22:04:57 -0700 |
commit | 5e1f71231a256877a67f4c04ae3e69d339ac847b (patch) | |
tree | bc325facbf89592543b42b66a22e6896996a42d9 /src/data.c | |
parent | e3e61c6210be3eb96256cef276aa1bc6f02939d9 (diff) |
Port/dump back_pic_coordinates.
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 c4c079f87..63ae7333d 100644 --- a/src/data.c +++ b/src/data.c @@ -275,3 +275,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" |