diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-01-07 17:50:13 -0600 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-01-07 17:50:13 -0600 |
commit | a11c65ff1ac380cd213b26d0bb7a2787936b33f9 (patch) | |
tree | dc922332a1cdd24625e2e5714d7f43387a0d2731 /include/field_camera.h | |
parent | efe19e95c846a658c5e9bd9908de548db00dcab5 (diff) |
Port field_door
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 |