diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-02-21 20:50:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-21 20:50:44 -0500 |
commit | e194cf83d257796591e6a7a2cb88e208ac7de968 (patch) | |
tree | f39d5da19fd92a02d1b66ac4f2eb1dae325952ab /src/item_use.c | |
parent | 4280723f0ef24ff218cb81fd4ce8eb7abf063d34 (diff) | |
parent | 7624b5e5c0d4d8290356dc897c2ea179c842d2b8 (diff) |
Merge pull request #262 from PikalaxALT/trainer_see
Trainer see
Diffstat (limited to 'src/item_use.c')
-rw-r--r-- | src/item_use.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/item_use.c b/src/item_use.c index 022be5b2b..f5e880f98 100644 --- a/src/item_use.c +++ b/src/item_use.c @@ -19,7 +19,6 @@ #include "mail.h" #include "main.h" #include "malloc.h" -#include "event_object_80688E4.h" #include "event_object_lock.h" #include "metatile_behavior.h" #include "new_menu_helpers.h" @@ -42,7 +41,6 @@ #include "constants/maps.h" #include "constants/moves.h" #include "constants/songs.h" -#include "constants/maps.h" static EWRAM_DATA void (*sItemUseOnFieldCB)(u8 taskId) = NULL; |