IWRAM and EWRAM symbols in region_map

This commit is contained in:
PikalaxALT 2017-11-01 23:29:02 -04:00
parent 22f6517423
commit 1b499670bd
2 changed files with 5 additions and 5 deletions

View File

@ -44,8 +44,8 @@ struct RegionMapLocation
// Static RAM declarations
EWRAM_DATA struct RegionMap *gRegionMap = NULL;
EWRAM_DATA struct {
static EWRAM_DATA struct RegionMap *gRegionMap = NULL;
static EWRAM_DATA struct {
/*0x000*/ void (*unk_000)(void);
/*0x004*/ u16 unk_004;
/*0x006*/ u16 mapSecId;
@ -55,7 +55,8 @@ EWRAM_DATA struct {
/*0xa72*/ bool8 unk_a72;
} *gUnknown_0203A148 = NULL; // a74
IWRAM_DATA bool32 gUnknown_03001180;
static bool32 gUnknown_03001180;
static bool32 gUnknown_03001184;
// Static ROM declarations

View File

@ -34,8 +34,7 @@ gUnknown_03001178: @ 3001178
gUnknown_0300117C: @ 300117C
.space 0x4
gUnknown_03001180: @ 3001180
.space 0x8
.include "src/region_map.o"
gUnknown_03001188: @ 3001188
.space 0x68