summaryrefslogtreecommitdiff
path: root/include/pokedex.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-06-25 10:08:54 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-06-25 10:08:54 -0400
commit5fbd9ca845dec2c98e24fdfdd3035543120afdd5 (patch)
tree3866b7db15fca664d8dc916cb9380c3227d998a3 /include/pokedex.h
parent1138ab2c4450c6aeac1941a346b0b26ff5fe5fd6 (diff)
Sync names of other pokedex.c methods
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 b2c08abe0..7592d6ba9 100644
--- a/include/pokedex.h
+++ b/include/pokedex.h
@@ -7,7 +7,7 @@
#define NATIONAL_DEX_COUNT 386
void ResetPokedex(void);
-void sub_808C0A0(void);
+void ResetPokedexScrollPositions(void);
void CB2_InitPokedex(void);
u8 sub_809070C(u16 dexNum, u32 b, u32 c);
const u8 *GetPokemonCategory(u16);
@@ -28,7 +28,7 @@ u16 GetHoennPokedexCount(u8);
bool8 CompletedHoennPokedex(void);
bool16 CompletedNationalPokedex(void);
-extern bool8 gUnknown_03005CE8;
+extern bool8 gUnusedPokedexU8;
struct PokedexEntry
{