summaryrefslogtreecommitdiff
path: root/src/menu_helpers.c
diff options
context:
space:
mode:
authorjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-06-24 02:25:53 +0800
committerjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-06-24 02:25:53 +0800
commitd39ced94fa8acac51e77cbd212a3f8d0a2cc33bb (patch)
tree31ae53fffb9bf2534fec30788c16665bca16f964 /src/menu_helpers.c
parent04b42cf3c031a11e2064b2cb4896e53fb87f6c73 (diff)
trivial fix
Diffstat (limited to 'src/menu_helpers.c')
-rw-r--r--src/menu_helpers.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/menu_helpers.c b/src/menu_helpers.c
index f40e9c17c..e0f143072 100644
--- a/src/menu_helpers.c
+++ b/src/menu_helpers.c
@@ -16,11 +16,12 @@
#include "constants/songs.h"
#include "constants/items.h"
-static void Task_ContinueTaskAfterMessagePrints(u8 taskId);
static EWRAM_DATA const struct YesNoFuncTable *gUnknown_20399C8 = NULL;
static EWRAM_DATA TaskFunc gUnknown_20399CC = NULL;
static EWRAM_DATA u8 gUnknown_20399D0 = {0};
+static void Task_ContinueTaskAfterMessagePrints(u8 taskId);
+
void DisplayMessageAndContinueTask(u8 taskId, u8 windowId, u16 arg2, u8 arg3, u8 fontId, u8 textSpeed, const u8 *string, void *taskFunc)
{
gUnknown_20399D0 = windowId;
@@ -243,7 +244,7 @@ bool8 AdjustQuantityAccordingToDPadInput(s16 *arg0, u16 arg1)
u8 sub_80BF8E4(void)
{
- if(!ContextNpcGetTextColor())
+ if (!ContextNpcGetTextColor())
return 4;
else
return 5;