Rename symbols using Ruby as a reference

This commit is contained in:
PikalaxALT
2018-05-07 18:11:20 -04:00
parent 0231ed13ee
commit 61cc1d5574
11 changed files with 226 additions and 230 deletions

View File

@@ -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)