diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-03 12:12:06 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-03 12:12:06 -0400 |
commit | 26d940dfeb48d8471db4a0cf2477aff68f681090 (patch) | |
tree | bc5b7c2fd69616bb79889ecef8604cdd1e6f61b5 /src/fieldmap.c | |
parent | afd5f1f52f7a2b74e9850892aef118292a45df8e (diff) |
Finish itemfinder dism/decomp
Diffstat (limited to 'src/fieldmap.c')
-rw-r--r-- | src/fieldmap.c | 2 |
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; |