summaryrefslogtreecommitdiff
path: root/src/fieldmap.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-10-03 20:57:28 -0400
committerGitHub <noreply@github.com>2019-10-03 20:57:28 -0400
commit0cf4c9f25c2fe165c53a0c24f93a31a27ea42d6a (patch)
treeb88f7cf114f3f0c79ba6816255f27cda21f335d7 /src/fieldmap.c
parentd9ab841b0d72a52676131846447de26e59e7a16d (diff)
parentaa0ac46b7145951f1d6f65e7af005a3fe561ff63 (diff)
Merge pull request #108 from PikalaxALT/itemfinder
Itemfinder
Diffstat (limited to 'src/fieldmap.c')
-rw-r--r--src/fieldmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fieldmap.c b/src/fieldmap.c
index 2683eaf62..000b8105b 100644
--- a/src/fieldmap.c
+++ b/src/fieldmap.c
@@ -833,7 +833,7 @@ s32 sub_80596FC(struct MapConnection *connection, s32 x, s32 y)
return FALSE;
}
-struct MapConnection *sub_805973C(s16 x, s16 y)
+struct MapConnection *GetMapConnectionAtPos(s16 x, s16 y)
{
s32 count;
struct MapConnection *connection;