summaryrefslogtreecommitdiff
path: root/src/pokedex.c
diff options
context:
space:
mode:
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