summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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;