summaryrefslogtreecommitdiff
path: root/include/pokedex_screen.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2019-12-21 12:17:06 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2019-12-21 12:17:06 -0500
commitf1f3f4b8a221b19e9c6b4bb7dc5c5af309f2f354 (patch)
treeab292f28451d40fcfe0b703eaf59da1fc1f840f6 /include/pokedex_screen.h
parent14dc160ae66b29b7e4a6d1fcd4b055332709e0b1 (diff)
Some documentation in pokedex_screen
Diffstat (limited to 'include/pokedex_screen.h')
-rw-r--r--include/pokedex_screen.h10
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);