diff options
author | scnorton <scnorton@biociphers.org> | 2019-01-07 16:53:28 -0500 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2019-01-07 16:53:28 -0500 |
commit | 6da60e9b36303ac9d67a59db9092adb1dae6b43f (patch) | |
tree | 17f9256f07ff23163cf13af85fdc36847549cbbe /src | |
parent | 316975ebeae7ca15f9a55bcfc3c493a9f35c6242 (diff) |
fieldmap: Common and EWRAM syms
Diffstat (limited to 'src')
-rw-r--r-- | src/fieldmap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fieldmap.c b/src/fieldmap.c index 2984465c7..be5e1d54a 100644 --- a/src/fieldmap.c +++ b/src/fieldmap.c @@ -31,6 +31,7 @@ bool8 sub_80596BC(s32 x, s32 src_width, s32 dest_width, s32 offset); struct BackupMapData VMap; EWRAM_DATA u16 gBackupMapData[VIRTUAL_MAP_SIZE] = {}; EWRAM_DATA struct MapHeader gMapHeader = {}; +EWRAM_DATA struct Camera gCamera = {}; EWRAM_DATA struct ConnectionFlags gMapConnectionFlags = {}; const struct ConnectionFlags sDummyConnectionFlags = {}; |