diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-06-20 17:41:51 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-06-20 19:54:21 -0500 |
commit | ed8b006e67cdf5427177108b32c009a217b12b37 (patch) | |
tree | c0491ae47e16c10080c9b27d8c256964bcfe09da /include/fieldmap.h | |
parent | 135a11e50eba1e12108e5c2025f534e3bd0cc722 (diff) |
Rename map-layout-related things
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 01218493a..05ffb2edc 100644 --- a/include/fieldmap.h +++ b/include/fieldmap.h @@ -1,7 +1,7 @@ #ifndef GUARD_FIELDMAP_H #define GUARD_FIELDMAP_H -extern struct BackupMapData gUnknown_03005DC0; +extern struct BackupMapLayout gUnknown_03005DC0; u32 MapGridGetMetatileIdAt(int, int); u32 MapGridGetMetatileBehaviorAt(int, int); |