summaryrefslogtreecommitdiff
path: root/src/field_map_obj.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-05-07 18:11:20 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2018-05-07 18:11:20 -0400
commit61cc1d55743715a64e793187f63d0f1f7a80b0e0 (patch)
tree142f6b9c9bdf0f897f2f78a064b8f244cff0be9d /src/field_map_obj.c
parent0231ed13ee72e0ccb06319a439c04381ace4b1ef (diff)
Rename symbols using Ruby as a reference
Diffstat (limited to 'src/field_map_obj.c')
-rw-r--r--src/field_map_obj.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field_map_obj.c b/src/field_map_obj.c
index a5be62442..81cbe5210 100644
--- a/src/field_map_obj.c
+++ b/src/field_map_obj.c
@@ -1146,7 +1146,7 @@ const struct MapObjectGraphicsInfo *GetFieldObjectGraphicsInfo(u8 graphicsId)
}
if (graphicsId == 0x45)
{
- bard = sub_81201C8();
+ bard = GetCurrentMauvilleOldMan();
return gMauvilleOldManGraphicsInfoPointers[bard];
}
if (graphicsId >= NUM_OBJECT_GRAPHICS_INFO)