summaryrefslogtreecommitdiff
path: root/src/main_menu.c
diff options
context:
space:
mode:
authorultima-soul <akshayjhanji@hotmail.com>2019-04-03 15:15:08 -0700
committerultima-soul <akshayjhanji@hotmail.com>2019-04-03 15:15:08 -0700
commit48d27c035ae194419317884f64ddf4beec001e7c (patch)
tree7e682c65b3ce14ff1c7de4ce1ea6a9195e05a143 /src/main_menu.c
parent4018017e9e334eff81107c07e9a32fcc678dac36 (diff)
Remove pokemon_3.h
Diffstat (limited to 'src/main_menu.c')
-rw-r--r--src/main_menu.c2
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"