summaryrefslogtreecommitdiff
path: root/src/battle_util2.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/battle_util2.c
parent00896cb3b5813cb843e5e1abd4cbc9ff0ad3a632 (diff)
parent9525fdd54de805e8b45e23df6a57074e077c175d (diff)
Merge pull request #137 from camthesaxman/constants_headers
move constants to C headers
Diffstat (limited to 'src/battle_util2.c')
-rw-r--r--src/battle_util2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_util2.c b/src/battle_util2.c
index 351bdff1d..538c1c641 100644
--- a/src/battle_util2.c
+++ b/src/battle_util2.c
@@ -4,7 +4,7 @@
#include "malloc.h"
#include "pokemon.h"
#include "event_data.h"
-#include "abilities.h"
+#include "constants/abilities.h"
#include "random.h"
#include "battle_scripts.h"