diff options
author | YamaArashi <shadow962@live.com> | 2017-05-09 01:12:59 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-05-09 01:12:59 -0700 |
commit | 60cf06cccacb692bbd2270b08ad0d583a8a76090 (patch) | |
tree | c5e38acf3b8eee549e7eb45a79acb6fbaa4b557c /include/pokedex.h | |
parent | 964b665d2a17295ae3a06be0439ef6ae5ccc3444 (diff) |
name new-game functions
Diffstat (limited to 'include/pokedex.h')
-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 fded1ec65..5dd44cd2f 100644 --- a/include/pokedex.h +++ b/include/pokedex.h @@ -55,7 +55,7 @@ struct PokedexView u8 unk65E[8]; }; -void sub_808C02C(void); +void ResetPokedex(void); void sub_808C0A0(void); void sub_808C0B8(void); void ClearPokedexView(struct PokedexView *pokedexView); |