summaryrefslogtreecommitdiff
path: root/src/field/choose_party.c
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-01-30 20:37:10 -0800
committerGitHub <noreply@github.com>2018-01-30 20:37:10 -0800
commit2bd2dd1db7252a928a84cd65ea0510ed1533fa9b (patch)
tree42bbf9fb1c470f1769329fb7a15a56d83034e78a /src/field/choose_party.c
parent710477b8a56a9dd31f68d039002546af111123f3 (diff)
parent58928acf41b3ed7fc9f7de12db2aad27de744203 (diff)
Merge pull request #512 from PikalaxALT/pokemon_storage_system
[Merge if you so choose] Pokemon Storage System
Diffstat (limited to 'src/field/choose_party.c')
-rw-r--r--src/field/choose_party.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/field/choose_party.c b/src/field/choose_party.c
index 18d26f007..73470d3d2 100644
--- a/src/field/choose_party.c
+++ b/src/field/choose_party.c
@@ -1,5 +1,5 @@
#include "global.h"
-#include "decoration.h"
+#include "event_data.h"
#include "field_fadetransition.h"
#include "main.h"
#include "menu.h"
@@ -7,6 +7,7 @@
#include "palette.h"
#include "party_menu.h"
#include "pokemon_menu.h"
+#include "field_weather.h"
#include "pokemon.h"
#include "pokemon_summary_screen.h"
#include "overworld.h"