summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPokeCodec <67983839+PokeCodec@users.noreply.github.com>2020-08-29 12:31:34 -0400
committerGitHub <noreply@github.com>2020-08-29 12:31:34 -0400
commitbb30984be436bae6c9d998629e8bfedfdd7d1821 (patch)
tree0f30228da1f36fbd0da762332ab5e3c165f1a5bb
parent83a706014353f436646ea0b3a68a878f816796f8 (diff)
Update pokedex.c
-rw-r--r--src/pokedex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokedex.c b/src/pokedex.c
index 7c825f40d..c40cae9dc 100644
--- a/src/pokedex.c
+++ b/src/pokedex.c
@@ -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;