diff options
author | huderlem <huderlem@gmail.com> | 2019-12-25 11:59:07 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-25 11:59:07 -0600 |
commit | 8d64bc9df837021584b1d1c34796a8b8290246d7 (patch) | |
tree | ef6fba7c76eb5f12b55926e53854b0849cfa13d0 /include/fieldmap.h | |
parent | ee61726136c4d3c9a84eb89672890b66e31f4f45 (diff) | |
parent | 749965d56b00a33d988431eacf1405e8aeccb5bf (diff) |
Merge pull request #944 from GriffinRichards/doc-itemuse
Document item_use.c
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 be5610a46..dc81d1766 100644 --- a/include/fieldmap.h +++ b/include/fieldmap.h @@ -42,7 +42,7 @@ void copy_map_tileset2_to_vram_2(struct MapLayout const *mapLayout); 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 *sub_8088A8C(s16 x, s16 y); +struct MapConnection *GetConnectionAtCoords(s16 x, s16 y); void SpriteCB_PokeballGlow(struct Sprite *); void SpriteCB_PokecenterMonitor(struct Sprite *); |