diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-08 01:15:36 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-08 01:15:36 -0500 |
commit | e5df61e362beaaab9ae4344f4f160397df9c54cc (patch) | |
tree | 8bb86e5e523406b21daa08aff9bce080184fe31e /include/fieldmap.h | |
parent | 017fa294b5c88ddd7513cb4976b5c29cad0b94a5 (diff) | |
parent | 8b1595ebc36a623240fa8dd509864f5400eed1f9 (diff) |
Merge branch 'master' into doc-dome
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 *); |