diff --git a/soh/src/overlays/actors/ovl_En_Mk/z_en_mk.c b/soh/src/overlays/actors/ovl_En_Mk/z_en_mk.c index 9e5c1fc84..70c96fd4e 100644 --- a/soh/src/overlays/actors/ovl_En_Mk/z_en_mk.c +++ b/soh/src/overlays/actors/ovl_En_Mk/z_en_mk.c @@ -197,6 +197,7 @@ void func_80AACFA0(EnMk* this, GlobalContext* globalCtx) { this->actionFunc = func_80AACA40; gSaveContext.itemGetInf[1] |= 1; } else { + // not sure when/how/if this is getting called func_8002F434(&this->actor, globalCtx, gSaveContext.n64ddFlag ? GetRandomizedItemIdFromKnownCheck(LH_LAB_DIVE, GI_HEART_PIECE) : GI_HEART_PIECE, 10000.0f, 50.0f); } }