mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-11 13:09:54 -04:00
Use ITEM_MASK_GIBDO enum in En_Hg (#451)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user