diff options
| author | Behemoth <Luisscheurenbrand@gmail.com> | 2020-08-21 22:51:29 +0200 |
|---|---|---|
| committer | Behemoth <Luisscheurenbrand@gmail.com> | 2020-08-22 14:53:10 +0200 |
| commit | 7af023e11f51f4ec9fe6992f1b4341d125e950ff (patch) | |
| tree | c32c4ea8f1669a69e66013c59a3ca1cb2b382a75 /src/code_08077DF4.c | |
| parent | 6784ec9e62af989ac1f186f24bb0ce86deb21577 (diff) | |
finish decompile townMinish
Diffstat (limited to 'src/code_08077DF4.c')
| -rw-r--r-- | src/code_08077DF4.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code_08077DF4.c b/src/code_08077DF4.c index 1f6d9246..69dd5820 100644 --- a/src/code_08077DF4.c +++ b/src/code_08077DF4.c @@ -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); } |
