summaryrefslogtreecommitdiff
path: root/include/pokedex.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-02-14 01:12:17 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2018-02-14 01:12:17 +0100
commit5dde701c819ca19f00bc77f7979fa287da0d7c0b (patch)
tree1fc2b07546aaafa6e06cfe4218ba4127cdba3c74 /include/pokedex.h
parent94b47c0686d3f4c5da962011797cc89a2efdd88c (diff)
parentbb8c53f8988be6cad8f270c46f24e0f6f1e862cc (diff)
merge overworld with master
Diffstat (limited to 'include/pokedex.h')
-rw-r--r--include/pokedex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pokedex.h b/include/pokedex.h
index 236feac45..d3cb670c8 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 sub_80C0844(u8);
+u16 GetNationalPokedexCount(u8);
+u16 GetHoennPokedexCount(u8);
#endif // GUARD_POKEDEX_H