diff options
author | ultima-soul <akshayjhanji@hotmail.com> | 2019-04-03 15:15:08 -0700 |
---|---|---|
committer | ultima-soul <akshayjhanji@hotmail.com> | 2019-04-03 15:15:08 -0700 |
commit | 48d27c035ae194419317884f64ddf4beec001e7c (patch) | |
tree | 7e682c65b3ce14ff1c7de4ce1ea6a9195e05a143 /src | |
parent | 4018017e9e334eff81107c07e9a32fcc678dac36 (diff) |
Remove pokemon_3.h
Diffstat (limited to 'src')
-rw-r--r-- | src/main_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main_menu.c b/src/main_menu.c index 8c9612c24..504c1bd33 100644 --- a/src/main_menu.c +++ b/src/main_menu.c @@ -23,7 +23,7 @@ #include "palette.h" #include "pokeball.h" #include "pokedex.h" -#include "pokemon_3.h" +#include "pokemon.h" #include "random.h" #include "rtc.h" #include "save.h" |