diff options
author | Garak <thomastaps194@comcast.net> | 2018-07-04 11:11:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-04 11:11:45 -0400 |
commit | e06b63efc9ea39875b17f00e5ff20c2e0fcb0415 (patch) | |
tree | e8d37347ae000823943ef57973dc34dd98633b40 /include/fieldmap.h | |
parent | 9acd55ae4f9e455a92765aaee5929240097f9f8f (diff) | |
parent | efebc51972b23ddffa2700b1dd6895d4728646a3 (diff) |
Merge pull request #1 from pret/master
synching with source repo
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); |