diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-10-03 20:57:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-03 20:57:28 -0400 |
commit | 0cf4c9f25c2fe165c53a0c24f93a31a27ea42d6a (patch) | |
tree | b88f7cf114f3f0c79ba6816255f27cda21f335d7 /include/event_scripts.h | |
parent | d9ab841b0d72a52676131846447de26e59e7a16d (diff) | |
parent | aa0ac46b7145951f1d6f65e7af005a3fe561ff63 (diff) |
Merge pull request #108 from PikalaxALT/itemfinder
Itemfinder
Diffstat (limited to 'include/event_scripts.h')
-rw-r--r-- | include/event_scripts.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/event_scripts.h b/include/event_scripts.h index 91612c06b..310335196 100644 --- a/include/event_scripts.h +++ b/include/event_scripts.h @@ -1153,4 +1153,6 @@ extern const u8 EventScript_SafariRetire[]; extern const u8 EventScript_SafariWarpOut[]; extern const u8 EventScript_SafariOutOfBalls[]; +extern const u8 EventScript_ItemfinderDigUpUnderfootItem[]; + #endif //GUARD_EVENT_SCRIPTS_H |