summaryrefslogtreecommitdiff
path: root/src/code_08077DF4.c
diff options
context:
space:
mode:
authorBehemoth <Luisscheurenbrand@gmail.com>2020-08-21 22:51:29 +0200
committerBehemoth <Luisscheurenbrand@gmail.com>2020-08-22 14:53:10 +0200
commit7af023e11f51f4ec9fe6992f1b4341d125e950ff (patch)
treec32c4ea8f1669a69e66013c59a3ca1cb2b382a75 /src/code_08077DF4.c
parent6784ec9e62af989ac1f186f24bb0ce86deb21577 (diff)
finish decompile townMinish
Diffstat (limited to 'src/code_08077DF4.c')
-rw-r--r--src/code_08077DF4.c4
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);
}