mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-20 20:08:07 -05:00
trivial fix
This commit is contained in:
parent
04b42cf3c0
commit
d39ced94fa
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user