Update pokedex.c

This commit is contained in:
LOuroboros 2022-02-15 16:22:56 -03:00 committed by GitHub
parent 1626db9b05
commit a81841d436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"