summaryrefslogtreecommitdiff
path: root/include/pokedex.h
diff options
context:
space:
mode:
authorKDSKardabox <bollygame94@gmail.com>2018-02-12 16:15:51 +0530
committerKDSKardabox <bollygame94@gmail.com>2018-02-12 16:15:51 +0530
commitd52a54e64f73cb1e24e18da106ea9b69307b4509 (patch)
treede9b2577b73f7a3b0f9b0b6b530bb7b5455fd5ed /include/pokedex.h
parent0ca0ad1c63e49605d3a9dd28e5c40bca96a85710 (diff)
Updating pokedex count function labels
Diffstat (limited to 'include/pokedex.h')
-rw-r--r--include/pokedex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokedex.h b/include/pokedex.h
index 236feac45..20eecf375 100644
--- a/include/pokedex.h
+++ b/include/pokedex.h
@@ -17,7 +17,7 @@ enum
};
s8 GetSetPokedexFlag(u16 nationalNum, u8 caseId);
-u16 pokedex_count(u8);
+u16 GetNationalPokedexCount(u8);
u16 sub_80C0844(u8);
#endif // GUARD_POKEDEX_H