summaryrefslogtreecommitdiff
path: root/include/fieldmap.h
diff options
context:
space:
mode:
authorultima-soul <akshayjhanji@hotmail.com>2019-12-04 11:44:52 -0800
committerultima-soul <akshayjhanji@hotmail.com>2019-12-04 11:44:52 -0800
commit58cf3313403a056104b561d40051216eb46fa7bc (patch)
tree46651b81c533950407d61ea147b6bb6c9af6af85 /include/fieldmap.h
parentb116608e12940141e7c1167d0a2868abc72829fc (diff)
parent67f48e5f28b1773d3570630540a082e99f7cab4e (diff)
Merge branch 'master' into data_dump
Diffstat (limited to 'include/fieldmap.h')
-rw-r--r--include/fieldmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fieldmap.h b/include/fieldmap.h
index 4af4342f7..f1107100f 100644
--- a/include/fieldmap.h
+++ b/include/fieldmap.h
@@ -16,6 +16,7 @@ extern const struct MapData Route1_Layout;
u32 MapGridGetMetatileIdAt(int, int);
u32 MapGridGetMetatileBehaviorAt(int, int);
+u8 MapGridGetMetatileLayerTypeAt(s16 x, s16 y);
void MapGridSetMetatileIdAt(int, int, u16);
void MapGridSetMetatileEntryAt(int, int, u16);
void GetCameraCoords(u16*, u16*);