Update pokedex.c

This commit is contained in:
PokeCodec 2020-08-29 12:31:34 -04:00 committed by GitHub
parent 83a7060143
commit bb30984be4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;