diff options
Diffstat (limited to 'src/fieldmap.c')
-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 60ff70f10..d7fe28c84 100644 --- a/src/fieldmap.c +++ b/src/fieldmap.c @@ -32,6 +32,7 @@ static EWRAM_DATA u16 gBackupMapLayout[VIRTUAL_MAP_SIZE] = {}; EWRAM_DATA struct MapHeader gMapHeader = {}; EWRAM_DATA struct Camera gCamera = {}; static EWRAM_DATA struct ConnectionFlags gMapConnectionFlags = {}; +EWRAM_DATA u8 gUnknown_2036E28 = 0; static const struct ConnectionFlags sDummyConnectionFlags = {}; |