diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-27 18:08:28 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-27 18:08:28 -0400 |
commit | fe9c3d3b58b2cf13f9bd7e61eceb249dfcf398a7 (patch) | |
tree | e33566286c58b95e20b70aabb1ccba930ba07f18 /include/fieldmap.h | |
parent | a03906a1a3b8954fa8c27f6e5a9e89cdd0b57a1e (diff) |
through sub_8055B38
Diffstat (limited to 'include/fieldmap.h')
-rw-r--r-- | include/fieldmap.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/fieldmap.h b/include/fieldmap.h index 1bdfa8086..1971104fc 100644 --- a/include/fieldmap.h +++ b/include/fieldmap.h @@ -34,7 +34,10 @@ u32 GetMetatileAttributeFromRawMetatileBehavior(u32 original, u8 bit); u32 MapGridGetMetatileAttributeAt(s16 x, s16 y, u8 attr); void MapGridSetMetatileImpassabilityAt(s32 x, s32 y, bool32 arg2); bool8 CameraMove(s32 x, s32 y); -void copy_map_tileset1_tileset2_to_vram(struct MapLayout const *mapLayout); -void apply_map_tileset1_tileset2_palette(struct MapLayout const *mapLayout); +void copy_map_tileset1_tileset2_to_vram(struct MapLayout const * mapLayout); +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); #endif //GUARD_FIELDMAP_H |