diff options
author | ultima-soul <akshayjhanji@hotmail.com> | 2019-08-01 18:13:09 -0700 |
---|---|---|
committer | ultima-soul <akshayjhanji@hotmail.com> | 2019-08-03 19:27:45 -0700 |
commit | 9ceff166bca9d2fcd58fe3f8c1e898f8d0d1fb0f (patch) | |
tree | ba2f3a321e8f7fecf2131333444e5c219f68278f /src/pokedex.c | |
parent | d4cc0e161bf103d3d3e01fefa02e867d4a2053c2 (diff) |
Dump and convert Pokedex Entries and Text to C.
Diffstat (limited to 'src/pokedex.c')
-rw-r--r-- | src/pokedex.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/pokedex.c b/src/pokedex.c new file mode 100644 index 000000000..485605233 --- /dev/null +++ b/src/pokedex.c @@ -0,0 +1,8 @@ +#include "global.h" +#include "pokedex.h" +#include "constants/species.h" + +ALIGNED(4) static const u8 gExpandedPlaceholder_PokedexDescription[] = _(""); + +#include "data/pokemon/pokedex_text.h" +#include "data/pokemon/pokedex_entries.h"
\ No newline at end of file |