diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-07-08 15:43:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-08 15:43:45 -0400 |
commit | 8b80b417e2172a44098a22473717da20585bd15d (patch) | |
tree | 2568b0dadaaf9dc2351da835bfaeacd11000b694 /include/fieldmap.h | |
parent | 550875757b6bbe3cde41c928c6bbef863b5492bf (diff) | |
parent | e50777042528a667b4196ed6879b39e573457494 (diff) |
Merge pull request #1069 from GriffinRichards/doc-link
Document linking
Diffstat (limited to 'include/fieldmap.h')
-rw-r--r-- | include/fieldmap.h | 2 |
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 |