diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-12-21 14:45:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-21 14:45:09 -0500 |
commit | e1fa1869b51973c1b00804cccf9ef80f67c23e93 (patch) | |
tree | bb7a0972f17a026b64e0152a43cc08529b792e10 /include/pokedex_screen.h | |
parent | c75f0883a9d989e9e427b6c196d40c8623631d4e (diff) | |
parent | ad11779e19a6d1713c8f0cd7557bb3cfa1408d8d (diff) |
Merge pull request #197 from PikalaxALT/pokedex_screen
Some documentation in pokedex_screen
Diffstat (limited to 'include/pokedex_screen.h')
-rw-r--r-- | include/pokedex_screen.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/pokedex_screen.h b/include/pokedex_screen.h index dfcbda05a..ab1115dd8 100644 --- a/include/pokedex_screen.h +++ b/include/pokedex_screen.h @@ -1,6 +1,16 @@ #ifndef GUARD_POKEDEX_SCREEN_H #define GUARD_POKEDEX_SCREEN_H +#define DEX_CATEGORY_GRASSLAND 0 +#define DEX_CATEGORY_FOREST 1 +#define DEX_CATEGORY_WATERS_EDGE 2 +#define DEX_CATEGORY_SEA 3 +#define DEX_CATEGORY_CAVE 4 +#define DEX_CATEGORY_MOUNTAIN 5 +#define DEX_CATEGORY_ROUGH_TERRAIN 6 +#define DEX_CATEGORY_URBAN 7 +#define DEX_CATEGORY_RARE 8 + void CB2_OpenPokedexFromStartMenu(void); s8 sub_8104AB0(u16 nationalDexNo, u8 caseId, bool8 indexIsSpecies); |