summaryrefslogtreecommitdiff
path: root/src/pokedex.c
diff options
context:
space:
mode:
authorultima-soul <akshayjhanji@hotmail.com>2019-08-01 18:13:09 -0700
committerultima-soul <akshayjhanji@hotmail.com>2019-08-03 19:27:45 -0700
commit9ceff166bca9d2fcd58fe3f8c1e898f8d0d1fb0f (patch)
treeba2f3a321e8f7fecf2131333444e5c219f68278f /src/pokedex.c
parentd4cc0e161bf103d3d3e01fefa02e867d4a2053c2 (diff)
Dump and convert Pokedex Entries and Text to C.
Diffstat (limited to 'src/pokedex.c')
-rw-r--r--src/pokedex.c8
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