Remove unnecessary EWRAM_DATA from headers

This commit is contained in:
Kermalis 2023-08-10 19:55:31 -04:00
parent d5e8a6dc5a
commit 1d9f1334ed
4 changed files with 10 additions and 10 deletions

View File

@ -17,7 +17,7 @@ struct unkStruct_8092638
s32 unk8;
};
extern EWRAM_DATA_2 bool8 *gFriendAreas;
extern bool8 *gFriendAreas;
void LoadFriendAreas(void);
bool8 *GetBoughtFriendAreas(void);

View File

@ -3,7 +3,7 @@
typedef void (*IntrCallback)(void);
extern EWRAM_DATA IntrCallback gIntrCallbacks[6];
extern IntrCallback gIntrCallbacks[6];
void AckInterrupt(u16);
bool8 EnableInterrupts(void);

View File

@ -11,10 +11,10 @@ struct unkStruct_202D648
IntrCallback unk4; // some function... just making it IntrCallback for now
};
extern EWRAM_DATA s16 gUnknown_203B0A8;
extern EWRAM_DATA s16 gUnknown_203B0AA;
extern EWRAM_DATA s16 gUnknown_203B0AC;
extern EWRAM_DATA s16 gUnknown_203B0AE;
extern s16 gUnknown_203B0A8;
extern s16 gUnknown_203B0AA;
extern s16 gUnknown_203B0AC;
extern s16 gUnknown_203B0AE;
void nullsub_17(void);
void xxx_update_bg_sound_input(void);

View File

@ -3,10 +3,10 @@
#include "text.h"
extern EWRAM_DATA struct UnkTextStruct1 gUnknown_2027370[4];
extern EWRAM_DATA struct UnkTextStruct2 gUnknown_202AFC0[4];
extern EWRAM_DATA u32 gUnknown_202B030;
extern EWRAM_DATA u16 gUnknown_202B038[4][32][32];
extern struct UnkTextStruct1 gUnknown_2027370[4];
extern struct UnkTextStruct2 gUnknown_202AFC0[4];
extern u32 gUnknown_202B030;
extern u16 gUnknown_202B038[4][32][32];
void LoadCharmaps(void);
void SelectCharmap(u32);