trivial fix
This commit is contained in:
+2
-1
@@ -16,11 +16,12 @@
|
|||||||
#include "constants/songs.h"
|
#include "constants/songs.h"
|
||||||
#include "constants/items.h"
|
#include "constants/items.h"
|
||||||
|
|
||||||
static void Task_ContinueTaskAfterMessagePrints(u8 taskId);
|
|
||||||
static EWRAM_DATA const struct YesNoFuncTable *gUnknown_20399C8 = NULL;
|
static EWRAM_DATA const struct YesNoFuncTable *gUnknown_20399C8 = NULL;
|
||||||
static EWRAM_DATA TaskFunc gUnknown_20399CC = NULL;
|
static EWRAM_DATA TaskFunc gUnknown_20399CC = NULL;
|
||||||
static EWRAM_DATA u8 gUnknown_20399D0 = {0};
|
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)
|
void DisplayMessageAndContinueTask(u8 taskId, u8 windowId, u16 arg2, u8 arg3, u8 fontId, u8 textSpeed, const u8 *string, void *taskFunc)
|
||||||
{
|
{
|
||||||
gUnknown_20399D0 = windowId;
|
gUnknown_20399D0 = windowId;
|
||||||
|
|||||||
Reference in New Issue
Block a user