summaryrefslogtreecommitdiff
path: root/src/menu_helpers.c
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-03-02 02:44:02 -0500
committerPhlosioneer <mattmdrr2@gmail.com>2019-03-02 02:44:02 -0500
commitee6942683882e2abd4bde79f8355b71abbd21af9 (patch)
tree20777187e2b57fa19eae08ad3ae7a7a5098f6726 /src/menu_helpers.c
parent0f6cc27e81d4985d61e5caa669027801d520a122 (diff)
Eliminate more externs
Diffstat (limited to 'src/menu_helpers.c')
-rw-r--r--src/menu_helpers.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/menu_helpers.c b/src/menu_helpers.c
index 846c23b6b..1f9979eca 100644
--- a/src/menu_helpers.c
+++ b/src/menu_helpers.c
@@ -18,8 +18,6 @@
#include "constants/items.h"
#include "constants/maps.h"
-extern bool32 sub_800B504(void);
-
// this file's functions
static void Task_ContinueTaskAfterMessagePrints(u8 taskId);
static void Task_CallYesOrNoCallback(u8 taskId);