From dd24bd3116021039c136a44470ee7c87e6118d8f Mon Sep 17 00:00:00 2001 From: ultima-soul Date: Sun, 15 Mar 2020 08:12:39 -0700 Subject: Fix fakematch and match nonmatching. --- include/fieldmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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); -- cgit v1.2.3