Update pokedex.c

This commit is contained in:
PokeCodec
2020-08-29 12:31:34 -04:00
committed by GitHub
parent 83a7060143
commit bb30984be4

View File

@@ -184,7 +184,7 @@ struct PokedexView
s16 maxScrollTimer;
u16 scrollSpeed;
u16 unkArr1[4]; // Cleared, never read
u16 filler[4];
u8 filler[8];
u8 currentPage;
u8 currentPageBackup;
bool8 isSearchResults:1;