[LEAK-INFORMED] match the rest of pokedex_screen

This commit is contained in:
Kurausukun
2021-02-11 21:50:39 -05:00
parent a34c9d09b6
commit 6c77c7a714
6 changed files with 847 additions and 3131 deletions
+5
View File
@@ -11,6 +11,11 @@
#define DEX_CATEGORY_URBAN 7
#define DEX_CATEGORY_RARE 8
#define DEX_CATEGORY_SIZE (sizeof(gDexCategories)/sizeof(struct { \
const struct PokedexCategoryPage * page; \
u8 count; \
}))
#include "pokedex.h"
extern const struct PokedexEntry gPokedexEntries[];