summaryrefslogtreecommitdiff
path: root/include/fieldmap.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-12-03 13:39:11 -0500
committerGitHub <noreply@github.com>2019-12-03 13:39:11 -0500
commitbc0fe11d163da1131daf63bdeb2abcba788f6036 (patch)
treee0f649059b6b506b957ad378c9c8283b57380430 /include/fieldmap.h
parent6f127dca8f6f4462d6f50807a8456316340d674f (diff)
parent8d0618778125e8260021652d369584d82a8cdf39 (diff)
Merge pull request #169 from ghoulslash/shop
Shop
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*);