summaryrefslogtreecommitdiff
path: root/include/fieldmap.h
diff options
context:
space:
mode:
authorultima-soul <akshayjhanji@hotmail.com>2020-03-15 08:12:39 -0700
committerultima-soul <akshayjhanji@hotmail.com>2020-03-15 08:12:39 -0700
commitdd24bd3116021039c136a44470ee7c87e6118d8f (patch)
tree6335078d57b370ec80ace1c1b2cf449aa725ac75 /include/fieldmap.h
parent96b7836d482596232d1f3e78fb0a8e3ce7f9d6d5 (diff)
Fix fakematch and match nonmatching.
Diffstat (limited to 'include/fieldmap.h')
-rw-r--r--include/fieldmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fieldmap.h b/include/fieldmap.h
index 439c7c45d..144b73060 100644
--- a/include/fieldmap.h
+++ b/include/fieldmap.h
@@ -15,7 +15,7 @@ extern struct BackupMapLayout gBackupMapLayout;
extern const struct MapLayout Route1_Layout;
u32 MapGridGetMetatileIdAt(int, int);
-u32 MapGridGetMetatileBehaviorAt(int, int);
+u32 MapGridGetMetatileBehaviorAt(s16, s16);
u8 MapGridGetMetatileLayerTypeAt(s16 x, s16 y);
void MapGridSetMetatileIdAt(int, int, u16);
void MapGridSetMetatileEntryAt(int, int, u16);