diff options
author | ultima-soul <akshayjhanji@hotmail.com> | 2020-03-12 12:46:40 -0700 |
---|---|---|
committer | ultima-soul <akshayjhanji@hotmail.com> | 2020-03-12 12:46:40 -0700 |
commit | 339c2914affc3c62ac9a5725aa1a0c7ccc3161ca (patch) | |
tree | 337fa55cb5d6af5a28dade5f7e3b28d6f7becae9 /include/fieldmap.h | |
parent | 65690ca7dc880f08a4c63d490797f4b16ce5195e (diff) |
Decompile/port event_object_movement
Diffstat (limited to 'include/fieldmap.h')
-rw-r--r-- | include/fieldmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fieldmap.h b/include/fieldmap.h index 91a45d8c5..d0ff368af 100644 --- a/include/fieldmap.h +++ b/include/fieldmap.h @@ -11,7 +11,7 @@ #define NUM_PALS_TOTAL 13 #define VIRTUAL_MAP_SIZE 0x2800 -extern struct BackupMapLayout VMap; +extern struct BackupMapLayout gBackupMapLayout; extern const struct MapLayout Route1_Layout; u32 MapGridGetMetatileIdAt(int, int); |