Merge pull request #13 from LOuroboros/patch-2

#include pokemon.h in src/pokedex.c
This commit is contained in:
TheXaman 2022-02-18 14:15:17 +01:00 committed by GitHub
commit c1ccb0c1c2
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"