diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-02-17 04:03:59 -0600 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-02-17 04:03:59 -0600 |
commit | ebd88b36060e8958fbf5f3b2028629575c79a243 (patch) | |
tree | 101cf777ea827ff7e68069c5ad45822a629ea75c /include/fieldmap.h | |
parent | 1605f6253564e4e5f67dd295a1ac70145e5c1c9d (diff) | |
parent | e2932a38ded59a6b794d10024498db718c0b0bb9 (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald into intro
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 06cb7cc77..23654f536 100644 --- a/include/fieldmap.h +++ b/include/fieldmap.h @@ -15,5 +15,6 @@ bool8 MapGridIsImpassableAt(s16, s16); s32 GetMapBorderIdAt(s16, s16); bool32 CanCameraMoveInDirection(u8); u16 GetBehaviorByMetatileId(u16 metatileId); +void sav1_camera_get_focus_coords(u16 *x, u16 *y); #endif //GUARD_FIELDMAP_H |