Use ITEM_MASK_GIBDO enum in En_Hg (#451)

This commit is contained in:
Tom Overton
2021-11-11 16:46:11 -08:00
committed by GitHub
parent 1dba23c323
commit a5d8165cd1
+1 -1
View File
@@ -364,7 +364,7 @@ void func_80BCFC0C(EnHg* this, GlobalContext* globalCtx) {
}
if (globalCtx->msgCtx.unk1202A == 3) {
if (globalCtx->msgCtx.unk1202E == 7 && gSaveContext.playerForm == PLAYER_FORM_HUMAN) {
if (INV_CONTENT(0x41) == 0x41) {
if (INV_CONTENT(ITEM_MASK_GIBDO) == ITEM_MASK_GIBDO) {
this->unk218 = 3;
} else {
this->unk218 = 1;