diff --git a/include/functions.h b/include/functions.h index 0a1eac64..bb9cdb9a 100644 --- a/include/functions.h +++ b/include/functions.h @@ -233,7 +233,7 @@ extern void sub_080784C8(); extern void sub_08017640(); extern void sub_0806FDA0(Entity*); extern void sub_080AE008(Entity*, u32, u32); -extern void sub_08016A30(Entity*); +extern u32 sub_08016A30(Entity*); extern u32 IsItemEquipped(u32); extern void sub_08077728(); extern void sub_0807AEE4(); diff --git a/src/object/pot.c b/src/object/pot.c index a31a5567..39a7b4c1 100755 --- a/src/object/pot.c +++ b/src/object/pot.c @@ -34,7 +34,7 @@ void sub_0808222C(Entity* this) { this->boundingBox = &gUnk_080FD338; this->nonPlanarMovement = 0x80; this->y.HALF.HI += 3; - this->possibleBool = 0; + this->field_0x16 = 0; this->flags |= 0x80; this->currentHealth = 1; this->field_0x3c = 7;