diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-07-30 19:39:07 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-30 19:39:07 -0400 |
commit | 1a34a06758175b4d39ee0a81c3441ac958d005fd (patch) | |
tree | 6d45cd2c009eabf36e6a34550607bfa80cad5ed9 /include/field_camera.h | |
parent | d4cc0e161bf103d3d3e01fefa02e867d4a2053c2 (diff) | |
parent | d4ace1162fd85d0531da5bf2296102bf1f503073 (diff) |
Merge pull request #84 from jiangzhengwenjz/battle_transition
battle_transition
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 |