make ewram static again

This commit is contained in:
PikalaxALT
2019-10-05 13:14:40 -04:00
parent 69cb422b78
commit 29cb480fa8
+2 -2
View File
@@ -11,8 +11,8 @@
#include "sound.h"
#include "constants/songs.h"
EWRAM_DATA u8 sWindowIds[3] = {};
EWRAM_DATA struct ListMenuItem * sListMenuItems = NULL;
static EWRAM_DATA u8 sWindowIds[3] = {};
static EWRAM_DATA struct ListMenuItem * sListMenuItems = NULL;
static void MoveCursorFunc(s32 itemIndex, bool8 onInit, struct ListMenu * list);