fixed multiple issue
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
enum {
|
||||
FLDPSN_NONE,
|
||||
FLDPSN_PSN,
|
||||
FLDPSN_FNT,
|
||||
FLDPSN_FNT
|
||||
};
|
||||
|
||||
void ExecuteWhiteOut(void);
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
#include "global.h"
|
||||
|
||||
#define NUM_TASKS 16
|
||||
#define TASK_NONE 0xFF
|
||||
|
||||
typedef void (*TaskFunc)(u8 taskId);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user