summaryrefslogtreecommitdiff
path: root/src/item_use.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-02-18 16:16:03 -0500
committerGriffinR <griffin.g.richards@gmail.com>2020-02-18 16:16:03 -0500
commit729c224bf2421c30e64f2082f19907b5e66b8138 (patch)
tree79b85113649e7ba33f37962ecbcaae4a6d85956a /src/item_use.c
parente94f9c148358f2e25e6ebbd58d39eb9ddd27f7c3 (diff)
Name battle scene and map type constants
Diffstat (limited to 'src/item_use.c')
-rw-r--r--src/item_use.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/item_use.c b/src/item_use.c
index 57771754a..022be5b2b 100644
--- a/src/item_use.c
+++ b/src/item_use.c
@@ -42,7 +42,7 @@
#include "constants/maps.h"
#include "constants/moves.h"
#include "constants/songs.h"
-#include "constants/map_types.h"
+#include "constants/maps.h"
static EWRAM_DATA void (*sItemUseOnFieldCB)(u8 taskId) = NULL;