lakituCloud.s OK

Also edited a few names in the entity struct to match usage more.
This commit is contained in:
21aslade
2020-06-28 22:05:36 -06:00
parent 8f0c917ab5
commit 6304bbc3f2
10 changed files with 178 additions and 272 deletions
+2 -2
View File
@@ -220,7 +220,7 @@ void sub_08086284(Entity *r4) {
gUnk_08120668[r4->action](r4);
r4->bitfield = 0;
sub_0805EC9C(r4, *((u16 *)&r4->heldObjectPtr + 1), r4->itemCooldown, 0);
sub_0805EC9C(r4, *((u16 *)&r4->heldObjectPtr + 1), r4->field_0x7a, 0);
return;
}
```
@@ -268,7 +268,7 @@ extern void (*gUnk_08120668[])(Entity *);
void sub_08086284(Entity *r4) {
gUnk_08120668[r4->action](r4);
r4->bitfield = 0;
sub_0805EC9C(r4, *((u16 *)&r4->heldObjectPtr + 1), r4->itemCooldown, 0);
sub_0805EC9C(r4, *((u16 *)&r4->heldObjectPtr + 1), r4->field_0x7a, 0);
return;
}
```