From a81841d436aabf91da1f2b4456334a8727fbe0f5 Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Tue, 15 Feb 2022 16:22:56 -0300 Subject: [PATCH] Update pokedex.c --- src/pokedex.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pokedex.c b/src/pokedex.c index 29c1a32ae9..a9bd1fa017 100644 --- a/src/pokedex.c +++ b/src/pokedex.c @@ -28,6 +28,7 @@ #include "pokemon_summary_screen.h" #ifdef POKEMON_EXPANSION #include "region_map.h" +#include "pokemon.h" #endif #include "reset_rtc_screen.h" #include "scanline_effect.h"