diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-03-10 15:41:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-10 15:41:38 -0400 |
commit | bbd5b2dfed5fd22607d52e605f416ff77d3b3681 (patch) | |
tree | 7ee2d4363d0818df47dd00ed945fe8f7c8702872 /include/fieldmap.h | |
parent | a9bc506b32a13381ce60ad616cec532b82fcf660 (diff) | |
parent | 9486d21b8dd03b651c45399eb66ef503db24c30e (diff) |
Merge pull request #296 from PikalaxALT/field_camera
Port field_camera from Emerald
Diffstat (limited to 'include/fieldmap.h')
-rw-r--r-- | include/fieldmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fieldmap.h b/include/fieldmap.h index a8e31685f..7cccbcc24 100644 --- a/include/fieldmap.h +++ b/include/fieldmap.h @@ -33,5 +33,6 @@ void save_serialize_map(void); u32 GetMetatileAttributeFromRawMetatileBehavior(u32 original, u8 bit); u32 MapGridGetMetatileAttributeAt(s16 x, s16 y, u8 attr); void MapGridSetMetatileImpassabilityAt(s32 x, s32 y, bool32 arg2); +bool8 CameraMove(s32 x, s32 y); #endif //GUARD_FIELDMAP_H |