summaryrefslogtreecommitdiff
path: root/include/fieldmap.h
diff options
context:
space:
mode:
authorscnorton <scnorton@biociphers.org>2019-01-07 16:53:28 -0500
committerscnorton <scnorton@biociphers.org>2019-01-07 16:53:28 -0500
commit6da60e9b36303ac9d67a59db9092adb1dae6b43f (patch)
tree17f9256f07ff23163cf13af85fdc36847549cbbe /include/fieldmap.h
parent316975ebeae7ca15f9a55bcfc3c493a9f35c6242 (diff)
fieldmap: Common and EWRAM syms
Diffstat (limited to 'include/fieldmap.h')
-rw-r--r--include/fieldmap.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/fieldmap.h b/include/fieldmap.h
index 24e85aace..537626edc 100644
--- a/include/fieldmap.h
+++ b/include/fieldmap.h
@@ -11,10 +11,7 @@
#define NUM_PALS_TOTAL 13
#define VIRTUAL_MAP_SIZE 0x2800
-extern struct MapCoords {
- int width;
- int height;
-} gUnknown_03005DC0;
+extern struct BackupMapData VMap;
u32 MapGridGetMetatileIdAt(int, int);
u32 MapGridGetMetatileBehaviorAt(int, int);