summaryrefslogtreecommitdiff
path: root/src/pokemon_summary_screen.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-12-16 11:42:59 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2017-12-16 11:42:59 +0100
commitf4ab21ee67eb3d254e086c95467ac08b08a6014c (patch)
treeb54ca1eb6800b5c07b94c134e401f2e4ef00dc79 /src/pokemon_summary_screen.c
parent435167674968749684710d7ad5c4f628c6b4ae86 (diff)
parent224fdbf026cfb0ff88aac519875a39fb038e4bb1 (diff)
Merge branch 'master' into decompile_use_pokeblock
Diffstat (limited to 'src/pokemon_summary_screen.c')
-rwxr-xr-xsrc/pokemon_summary_screen.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pokemon_summary_screen.c b/src/pokemon_summary_screen.c
index c1243d595..ba0c4dde7 100755
--- a/src/pokemon_summary_screen.c
+++ b/src/pokemon_summary_screen.c
@@ -3,17 +3,17 @@
#include "bg.h"
#include "decompress.h"
#include "item.h"
-#include "items.h"
+#include "constants/items.h"
#include "link.h"
#include "m4a.h"
#include "main.h"
#include "malloc.h"
-#include "moves.h"
+#include "constants/moves.h"
#include "palette.h"
#include "pokemon.h"
-#include "songs.h"
+#include "constants/songs.h"
#include "sound.h"
-#include "species.h"
+#include "constants/species.h"
#include "sprite.h"
#include "unk_text_util.h"
#include "string_util.h"