diff options
author | KDSKardabox <bollygame94@gmail.com> | 2018-02-12 16:17:57 +0530 |
---|---|---|
committer | KDSKardabox <bollygame94@gmail.com> | 2018-02-12 16:17:57 +0530 |
commit | 185cf71842b82082280ec3b3185977892d8b4bbf (patch) | |
tree | 13980e06784554fd8907c59faca8816842f23d17 | |
parent | d52a54e64f73cb1e24e18da106ea9b69307b4509 (diff) |
Missing label
-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 20eecf375..d3cb670c8 100644 --- a/include/pokedex.h +++ b/include/pokedex.h @@ -18,6 +18,6 @@ enum s8 GetSetPokedexFlag(u16 nationalNum, u8 caseId); u16 GetNationalPokedexCount(u8); -u16 sub_80C0844(u8); +u16 GetHoennPokedexCount(u8); #endif // GUARD_POKEDEX_H |