diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-03-16 07:51:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-16 07:51:08 -0400 |
commit | f44f89a463d7280a95094e8f37a56873a90da843 (patch) | |
tree | 194662b15b39fb223bd20b17ea696ff525ebab0d /include/fieldmap.h | |
parent | 4a7c1d888a9f90b9102f469aab12beeab89ffff6 (diff) | |
parent | e1f7efb8e67fb5587a8baf20f421c20e134e8b24 (diff) |
Merge pull request #300 from ultima-soul/event_object_movement
Decompile/port event_object_movement
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 7cccbcc24..cc4a0f7ed 100644 --- a/include/fieldmap.h +++ b/include/fieldmap.h @@ -15,7 +15,7 @@ extern struct BackupMapLayout VMap; 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); |