diff options
author | golem galvanize <golemgalvanize@github.com> | 2018-01-17 19:40:35 -0500 |
---|---|---|
committer | golem galvanize <golemgalvanize@github.com> | 2018-01-17 19:40:35 -0500 |
commit | 5d8db75db9f80785d1b6916418ad22f20b8ff90d (patch) | |
tree | 514b137a5a95ab5d75d6d04d685d9f4e4f7d37eb /include/field_camera.h | |
parent | 449d64593690fd95e58f09c245c7b0f034ce57df (diff) | |
parent | 24e0edee9f428a68715c47051ebba3cda5a3e5a7 (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald into dump_pokenav.s
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 f68c67854..6daa9a8a2 100644 --- a/include/field_camera.h +++ b/include/field_camera.h @@ -24,6 +24,7 @@ extern u16 gUnknown_03005DE8; void DrawWholeMapView(void); void CurrentMapDrawMetatileAt(int x, int y); +void sub_8089C08(s16 *a0, s16 *a1); void DrawDoorMetatileAt(int x, int y, u16 *arr); #endif //GUARD_FIELD_CAMERA_H |