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 /include/fieldmap.h | |
parent | 316975ebeae7ca15f9a55bcfc3c493a9f35c6242 (diff) |
fieldmap: Common and EWRAM syms
Diffstat (limited to 'include/fieldmap.h')
-rw-r--r-- | include/fieldmap.h | 5 |
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); |