diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-11-09 20:54:49 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-11-09 20:54:49 -0500 |
commit | 0343a1bcd728d813a38fc3486535e962e681c094 (patch) | |
tree | b451de240205ca20b9ce52bccb33d0d67adef3d8 /src/field/region_map.c | |
parent | 7ab0460e9c04100dcc0ebb824a870069348030df (diff) |
remove shared_syms
Diffstat (limited to 'src/field/region_map.c')
-rw-r--r-- | src/field/region_map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field/region_map.c b/src/field/region_map.c index b5a3de563..d643c373d 100644 --- a/src/field/region_map.c +++ b/src/field/region_map.c @@ -1426,7 +1426,7 @@ static const struct UnknownStruct4 sUnknown_083E79C0[1] = }; // XXX: what is this? -static u8 *const ewram_ = ewram; +static u8 *const ewram_ = gSharedMem; static const struct SpritePalette sFlyTargetIconSpritePalette = {sFlyTargetIcons_Pal, 2}; |