make ewram static again
This commit is contained in:
+2
-2
@@ -11,8 +11,8 @@
|
|||||||
#include "sound.h"
|
#include "sound.h"
|
||||||
#include "constants/songs.h"
|
#include "constants/songs.h"
|
||||||
|
|
||||||
EWRAM_DATA u8 sWindowIds[3] = {};
|
static EWRAM_DATA u8 sWindowIds[3] = {};
|
||||||
EWRAM_DATA struct ListMenuItem * sListMenuItems = NULL;
|
static EWRAM_DATA struct ListMenuItem * sListMenuItems = NULL;
|
||||||
|
|
||||||
static void MoveCursorFunc(s32 itemIndex, bool8 onInit, struct ListMenu * list);
|
static void MoveCursorFunc(s32 itemIndex, bool8 onInit, struct ListMenu * list);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user