diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-01-01 13:59:39 -0600 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-01-01 17:06:17 -0600 |
commit | 7158286302493c6fe34068926b351292af2cb6a9 (patch) | |
tree | 6a5266856de549509179018871d850d6ed6c649d /include/pokedex.h | |
parent | 56e2fe07d4e46ab73320d33a457802da48f9729a (diff) |
Label a bunch more specials
Diffstat (limited to 'include/pokedex.h')
-rw-r--r-- | include/pokedex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokedex.h b/include/pokedex.h index c47494e1f..d8416889a 100644 --- a/include/pokedex.h +++ b/include/pokedex.h @@ -22,7 +22,7 @@ s8 GetSetPokedexFlag(u16, u8); u16 GetNationalPokedexCount(u8); u16 GetHoennPokedexCount(u8); -bool8 sub_8090FC0(void); +bool8 CompletedHoennPokedex(void); u16 sub_8090FF4(void); #endif // GUARD_POKEDEX_H |