summaryrefslogtreecommitdiff
path: root/src/item_use.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-02-18 16:42:47 -0500
committerGitHub <noreply@github.com>2020-02-18 16:42:47 -0500
commitf9c1b6101495f09cf797cf0cb466ec4cc5838e72 (patch)
treea9928af64ee6a0ee6c9409ca40d43ddefe14c27d /src/item_use.c
parente4d15a2338500e91e1f2a9723c48ecf25ae8111e (diff)
parent753e894b6a9aa9f51789d4e1945d310749fd6c54 (diff)
Merge pull request #258 from GriffinRichards/doc-headers
Document some header properties
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;