summaryrefslogtreecommitdiff
path: root/include/pokedex.h
diff options
context:
space:
mode:
authordheu <gwimminus@gmail.com>2019-07-08 19:58:36 +0800
committerdheu <gwimminus@gmail.com>2019-07-08 19:58:36 +0800
commit56b5fffe9d1252b6c94180dd5d49c7ebafede30c (patch)
tree18b3552467d496a84f4ab6f4d821c7ddd85779d3 /include/pokedex.h
parent23a05eb6ac4118cb928d095a4f0c649d5f0bd3b0 (diff)
fix: move/rename declarations
Diffstat (limited to 'include/pokedex.h')
-rw-r--r--include/pokedex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pokedex.h b/include/pokedex.h
index b389bf821..69839b3b4 100644
--- a/include/pokedex.h
+++ b/include/pokedex.h
@@ -8,6 +8,7 @@ void CopyMonCategoryText(u16 species, u8 *dst);
u16 GetPokedexHeightWeight(u16 dexNum, u8 data);
u16 GetNationalPokedexCount(u8);
u16 GetHoennPokedexCount(u8);
+bool16 HasAllKantoMons(void);
u8 CreateDexDisplayMonDataTask(u16 dexNum, u32 trainerId, u32 personality);
enum