summaryrefslogtreecommitdiff
path: root/include/fieldmap.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-07-08 16:03:32 -0400
committerGriffinR <griffin.g.richards@gmail.com>2020-07-08 16:03:32 -0400
commitbeeb673ba16e02cacadb2de0ee3608d2106ed14a (patch)
tree8924e783fc8af67286cf45abcef95c065a3fd223 /include/fieldmap.h
parent2ed1f7c6f92abe93d86b921709576b82970f0848 (diff)
parentebade7affb31d5bcdc17cdcd3895758010ee6f66 (diff)
Merge branch 'master' of https://github.com/pret/pokeemerald into add-flagvarsave
Diffstat (limited to 'include/fieldmap.h')
-rw-r--r--include/fieldmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fieldmap.h b/include/fieldmap.h
index dc81d1766..aff458eb1 100644
--- a/include/fieldmap.h
+++ b/include/fieldmap.h
@@ -43,6 +43,7 @@ void copy_map_tileset1_to_vram(const struct MapLayout *);
void copy_map_tileset2_to_vram(const struct MapLayout *);
struct MapHeader const *const mapconnection_get_mapheader(struct MapConnection *connection);
struct MapConnection *GetConnectionAtCoords(s16 x, s16 y);
+void MapGridSetMetatileImpassabilityAt(int x, int y, bool32 impassable);
void SpriteCB_PokeballGlow(struct Sprite *);
void SpriteCB_PokecenterMonitor(struct Sprite *);
@@ -50,6 +51,5 @@ void SpriteCB_HallOfFameMonitor(struct Sprite *);
// field_region_map.c
void FieldInitRegionMap(MainCallback callback);
-void sub_8088B94(int x, int y, int a2);
#endif //GUARD_FIELDMAP_H