mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
IWRAM and EWRAM symbols in region_map
This commit is contained in:
parent
22f6517423
commit
1b499670bd
@ -44,8 +44,8 @@ struct RegionMapLocation
|
|||||||
|
|
||||||
// Static RAM declarations
|
// Static RAM declarations
|
||||||
|
|
||||||
EWRAM_DATA struct RegionMap *gRegionMap = NULL;
|
static EWRAM_DATA struct RegionMap *gRegionMap = NULL;
|
||||||
EWRAM_DATA struct {
|
static EWRAM_DATA struct {
|
||||||
/*0x000*/ void (*unk_000)(void);
|
/*0x000*/ void (*unk_000)(void);
|
||||||
/*0x004*/ u16 unk_004;
|
/*0x004*/ u16 unk_004;
|
||||||
/*0x006*/ u16 mapSecId;
|
/*0x006*/ u16 mapSecId;
|
||||||
@ -55,7 +55,8 @@ EWRAM_DATA struct {
|
|||||||
/*0xa72*/ bool8 unk_a72;
|
/*0xa72*/ bool8 unk_a72;
|
||||||
} *gUnknown_0203A148 = NULL; // a74
|
} *gUnknown_0203A148 = NULL; // a74
|
||||||
|
|
||||||
IWRAM_DATA bool32 gUnknown_03001180;
|
static bool32 gUnknown_03001180;
|
||||||
|
static bool32 gUnknown_03001184;
|
||||||
|
|
||||||
// Static ROM declarations
|
// Static ROM declarations
|
||||||
|
|
||||||
|
@ -34,8 +34,7 @@ gUnknown_03001178: @ 3001178
|
|||||||
gUnknown_0300117C: @ 300117C
|
gUnknown_0300117C: @ 300117C
|
||||||
.space 0x4
|
.space 0x4
|
||||||
|
|
||||||
gUnknown_03001180: @ 3001180
|
.include "src/region_map.o"
|
||||||
.space 0x8
|
|
||||||
|
|
||||||
gUnknown_03001188: @ 3001188
|
gUnknown_03001188: @ 3001188
|
||||||
.space 0x68
|
.space 0x68
|
||||||
|
Loading…
Reference in New Issue
Block a user