diff options
author | ultima-soul <akshayjhanji@hotmail.com> | 2019-08-04 15:23:09 -0700 |
---|---|---|
committer | ultima-soul <akshayjhanji@hotmail.com> | 2019-08-04 15:23:09 -0700 |
commit | ed90bf2430290853bd9376d53c70055fa07634be (patch) | |
tree | 39f67b5cbd0c0ef9e1a4763a052fd07924349940 /include/field_camera.h | |
parent | bbc7c6ccfc7d59f61f406849f752fdd5038a6a80 (diff) | |
parent | d58bf398b2b83a326d23d14d531de7f45a1058bb (diff) |
Merge branch 'master' into pokedex_2
Diffstat (limited to 'include/field_camera.h')
-rw-r--r-- | include/field_camera.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/field_camera.h b/include/field_camera.h index 53d734081..d67523c8f 100644 --- a/include/field_camera.h +++ b/include/field_camera.h @@ -26,5 +26,6 @@ extern u16 gUnknown_03005DE8; void DrawWholeMapView(void); void CurrentMapDrawMetatileAt(int x, int y); +void sub_805A658(s16 *x, s16 *y); #endif //GUARD_FIELD_CAMERA_H |