diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-28 14:40:25 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-28 14:40:25 -0400 |
commit | f5f4d6bc1fa9927796ed7a683fb262d2f50a87c3 (patch) | |
tree | 2661bf35f64f5b1577ce7fcd5b7ef6e91733403d /include/fieldmap.h | |
parent | f0fe4904d0fa8b4e964b64b896c10d4599eb15d3 (diff) |
through InitCurrentFlashLevelScanlineEffect
Diffstat (limited to 'include/fieldmap.h')
-rw-r--r-- | include/fieldmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fieldmap.h b/include/fieldmap.h index 1971104fc..66928fab2 100644 --- a/include/fieldmap.h +++ b/include/fieldmap.h @@ -39,5 +39,6 @@ void apply_map_tileset1_tileset2_palette(struct MapLayout const * mapLayout); 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); #endif //GUARD_FIELDMAP_H |