diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2019-02-02 12:44:00 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2019-02-02 12:44:00 +0100 |
commit | 363fa9bed25ad58e0b43bf3941903f5e83359f29 (patch) | |
tree | 60460c5321d44d0d35597a7f965806a27cbe9bd9 /src/pokedex.c | |
parent | 9d8a43a1fb5d83680bd8509fa3fbc3b491b8bbf8 (diff) |
Clean up ram vars
Diffstat (limited to 'src/pokedex.c')
-rw-r--r-- | src/pokedex.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pokedex.c b/src/pokedex.c index f99a8226a..c47ada5b8 100644 --- a/src/pokedex.c +++ b/src/pokedex.c @@ -30,8 +30,6 @@ #include "constants/songs.h" #include "constants/species.h" -extern u8 gDexCryScreenState; - // EWRAM static EWRAM_DATA struct PokedexView *sPokedexView = NULL; static EWRAM_DATA u16 gUnknown_02039B50 = 0; |