diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-07 20:01:56 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-07 20:01:56 -0500 |
commit | dd2d49144be1d50af742c05c5efc984326585a91 (patch) | |
tree | 0fbe13e24ff77684b61e1e03df731a458dc3ee19 /include/field_camera.h | |
parent | d1e08c88bfb92f99b52ba95697d447dde75c5bc5 (diff) | |
parent | 5c00be143da47ae0a3c0fb3349f6751f8759acb6 (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald into assert
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 a8559e1c2..f68c67854 100644 --- a/include/field_camera.h +++ b/include/field_camera.h @@ -24,5 +24,6 @@ extern u16 gUnknown_03005DE8; void DrawWholeMapView(void); void CurrentMapDrawMetatileAt(int x, int y); +void DrawDoorMetatileAt(int x, int y, u16 *arr); #endif //GUARD_FIELD_CAMERA_H |