diff options
| author | theo3 <arisstephenson2@gmail.com> | 2023-12-29 00:56:36 -0800 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2023-12-29 00:59:43 -0800 |
| commit | 72509b18a0406f93b6ffc59904cc2c09c0adbf80 (patch) | |
| tree | d7f8fb576cff5d3a1ff7c025e120d15a725a9580 /src/objectUtils.c | |
| parent | d07c41664190a12c4f56d2e71eae8aa41f40ce21 (diff) | |
label some asm functions
Diffstat (limited to 'src/objectUtils.c')
| -rw-r--r-- | src/objectUtils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objectUtils.c b/src/objectUtils.c index e3db7806..29e4deb8 100644 --- a/src/objectUtils.c +++ b/src/objectUtils.c @@ -31,7 +31,7 @@ const s8 gUnk_08126EEC[] = { }; Entity* CreateLinkAnimation(Entity* parent, u32 type, u32 type2) { - Entity* e = CreateItemGetEntity(); + Entity* e = CreateAuxPlayerEntity(); if (e != NULL) { LinkAnimationEntity* this = (LinkAnimationEntity*)e; e->id = LINK_ANIMATION; |
