finish decompile townMinish

This commit is contained in:
Behemoth
2020-08-21 22:51:29 +02:00
parent 6784ec9e62
commit 7af023e11f
22 changed files with 755 additions and 1245 deletions
+2 -2
View File
@@ -29,9 +29,9 @@ void UpdateItemAnim(Entity *ent)
sub_08077E54(ent);
}
void sub_08077E3C(Entity *ent)
void sub_08077E3C(Entity *ent, u32 idx)
{
sub_080042BA(&gPlayerEntity);
sub_080042BA(&gPlayerEntity, idx);
sub_08077E54(ent);
}