diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-03 16:10:41 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-12-03 16:10:41 +0100 |
commit | 846b5d79e4179cf95e216feaa493e59f0ef12976 (patch) | |
tree | a92cdc9563df36b78b9e8bcaf0c7e6778d3fe8a4 /src/pokedex.c | |
parent | a83fc52a7e393e44079abd0f616d75ad7fa230e8 (diff) |
Get rid of headers in src/data
Diffstat (limited to 'src/pokedex.c')
-rw-r--r-- | src/pokedex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokedex.c b/src/pokedex.c index b744572d8..32bf5207c 100644 --- a/src/pokedex.c +++ b/src/pokedex.c @@ -249,7 +249,7 @@ void sub_80C2668(u32, const u8*); void sub_80C267C(void); // const rom data -#include "data/pokedex_orders.h" +#include "data/pokemon/pokedex_orders.h" static const struct OamData sOamData_855CFE4 = { |