Unify pokedex_screen rodata

This commit is contained in:
PikalaxALT
2019-12-22 14:43:42 -05:00
parent 337d755fc5
commit 25d2e64ae5
8 changed files with 2103 additions and 2189 deletions
+4
View File
@@ -11,6 +11,10 @@
#define DEX_CATEGORY_URBAN 7
#define DEX_CATEGORY_RARE 8
#include "pokedex.h"
extern const struct PokedexEntry gPokedexEntries[];
void CB2_OpenPokedexFromStartMenu(void);
s8 sub_8104AB0(u16 nationalDexNo, u8 caseId, bool8 indexIsSpecies);