diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-04-07 22:03:22 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-04-07 22:03:22 -0400 |
commit | 978bdaaa050420289374ddc23aa0017df06e4000 (patch) | |
tree | 5afee839b2ae73b2f704255a4f1943e3d53ac225 /include/pokedex.h | |
parent | 26d0664302577a882f98fb3fcbd4cf15a99b9591 (diff) |
through DebugMenu_EditPKMN
Diffstat (limited to 'include/pokedex.h')
-rw-r--r-- | include/pokedex.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pokedex.h b/include/pokedex.h index 73877bead..9158a97f0 100644 --- a/include/pokedex.h +++ b/include/pokedex.h @@ -25,4 +25,6 @@ u16 GetHoennPokedexCount(u8); bool8 CompletedHoennPokedex(void); bool16 CompletedNationalPokedex(void); +extern bool8 gUnknown_03005CE8; + #endif // GUARD_POKEDEX_H |