diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-01-14 22:19:26 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-01-14 22:19:26 +0100 |
commit | 05aba58d5d5783cb3942349b0a1cc7a19a871d8d (patch) | |
tree | 8d7e4308d231420bdceb40a565af2fe10b4f58f6 /include/field_camera.h | |
parent | bc1a957674e84daf181c508afd2b623304de121d (diff) | |
parent | d1630d481a0ff611fda2d70a100eed5046982cec (diff) |
fix battle transition conflicts
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 4686742d3..6daa9a8a2 100644 --- a/include/field_camera.h +++ b/include/field_camera.h @@ -25,5 +25,6 @@ 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 |