summaryrefslogtreecommitdiff
path: root/include/fieldmap.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-03-28 18:00:52 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2020-03-28 18:00:52 -0400
commitf3a632156b5ccf591677f079fb7a41162d4167f3 (patch)
treed7e29e92507cc629254524882275db9b4c00c1ef /include/fieldmap.h
parentf5f4d6bc1fa9927796ed7a683fb262d2f50a87c3 (diff)
through sub_8057854
Diffstat (limited to 'include/fieldmap.h')
-rw-r--r--include/fieldmap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/fieldmap.h b/include/fieldmap.h
index 66928fab2..40aa1c916 100644
--- a/include/fieldmap.h
+++ b/include/fieldmap.h
@@ -40,5 +40,9 @@ void InitMap(void);
void copy_map_tileset2_to_vram_2(const struct MapLayout * mapLayout);
void apply_map_tileset2_palette(const struct MapLayout * mapLayout);
void InitMapFromSavedGame(void);
+void copy_map_tileset1_to_vram(const struct MapLayout *mapLayout);
+void copy_map_tileset2_to_vram(const struct MapLayout *mapLayout);
+void GetCameraFocusCoords(u16 *x, u16 *y);
+void SetCameraFocusCoords(u16 x, u16 y);
#endif //GUARD_FIELDMAP_H