summaryrefslogtreecommitdiff
path: root/src/pokeball.c
diff options
context:
space:
mode:
authorCameron Hall <camthesaxman@users.noreply.github.com>2017-12-11 12:45:08 -0600
committerGitHub <noreply@github.com>2017-12-11 12:45:08 -0600
commitc9f196cdfea08eefffd39ebc77a150f197e1250e (patch)
treeaf62f4a34588c3ad679249cfed757ac2a8eb075a /src/pokeball.c
parent00896cb3b5813cb843e5e1abd4cbc9ff0ad3a632 (diff)
parent9525fdd54de805e8b45e23df6a57074e077c175d (diff)
Merge pull request #137 from camthesaxman/constants_headers
move constants to C headers
Diffstat (limited to 'src/pokeball.c')
-rw-r--r--src/pokeball.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pokeball.c b/src/pokeball.c
index 728145791..127ba8e9d 100644
--- a/src/pokeball.c
+++ b/src/pokeball.c
@@ -6,12 +6,12 @@
#include "battle_anim.h"
#include "task.h"
#include "sound.h"
-#include "songs.h"
+#include "constants/songs.h"
#include "trig.h"
#include "main.h"
#include "m4a.h"
#include "decompress.h"
-#include "species.h"
+#include "constants/species.h"
#include "util.h"
#include "graphics.h"