diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-19 08:47:50 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-02-19 08:47:50 -0500 |
commit | 9d44bc0bda9294c4d4cb3744efe9c2d96278c3bd (patch) | |
tree | 6ac0ef8acbace05710da0052b4decaf4146d5d3f /src/item_use.c | |
parent | 9397d6d23ad460f7019d4a12da035f53a450d237 (diff) | |
parent | 71fec599bbe144af8d4a16e98ec32454fd10a4a8 (diff) |
Merge branch 'master' of github.com:pret/pokefirered into pokemon_jump
Diffstat (limited to 'src/item_use.c')
-rw-r--r-- | src/item_use.c | 2 |
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; |