[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
+1 -1
View File
@@ -48,6 +48,6 @@ bool16 HasAllHoennMons(void);
bool16 HasAllKantoMons(void);
bool16 HasAllMons(void);
u32 sub_8106B60(u16 species);
u8 sub_8106B60(u16 species);
#endif // GUARD_POKEDEX_H
+3
View File
@@ -12,5 +12,8 @@ struct PAM_TaskData
};
void SetAreaSubsprite(s32 i, s32 whichArea, struct Subsprite * subsprites);
void sub_81343F4(u8 taskId);
u8 sub_8134230(u16 species, u16 tilesTag, u8 palIdx, u8 y);
u8 sub_81344E0(u8 taskId);
#endif //GUARD_POKEDEX_AREA_MARKERS_H
+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[];