From 5fbd9ca845dec2c98e24fdfdd3035543120afdd5 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Fri, 25 Jun 2021 10:08:54 -0400 Subject: Sync names of other pokedex.c methods --- include/pokedex.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/pokedex.h') 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 { -- cgit v1.2.3