mirror of https://github.com/zeldaret/mm.git
Use ITEM_MASK_GIBDO enum in En_Hg (#451)
This commit is contained in:
parent
1dba23c323
commit
a5d8165cd1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue