summaryrefslogtreecommitdiff
path: root/src/pokemon_1.c
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-12-05 11:55:48 -0600
committercamthesaxman <cameronghall@cox.net>2017-12-05 11:55:48 -0600
commitcaa13f877797edbb7a1e13bf00b537bafbd4315a (patch)
treeb5f49b410072efbee9d5a9e3c5a632a9482cc895 /src/pokemon_1.c
parent54da96309186b98263b4434911e1c5b8d4b4e3ec (diff)
convert some constants to C headers
Diffstat (limited to 'src/pokemon_1.c')
-rw-r--r--src/pokemon_1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon_1.c b/src/pokemon_1.c
index f56ade967..1d8246eae 100644
--- a/src/pokemon_1.c
+++ b/src/pokemon_1.c
@@ -2,7 +2,7 @@
#include "pokemon.h"
#include "rng.h"
#include "main.h"
-#include "items.h"
+#include "constants/items.h"
#include "string_util.h"
#include "text.h"