Fix FREE_ENIGMA_BERRY breaking GF Rom Header (#9599)
Some checks are pending
CI / build-emerald (push) Waiting to run
CI / build-firered (push) Waiting to run
CI / build-leafgreen (push) Waiting to run
CI / release (push) Waiting to run
CI / test (push) Waiting to run
CI / build (push) Blocked by required conditions
CI / docs_validate (push) Waiting to run
CI / allcontributors (push) Waiting to run
Docs / deploy (push) Waiting to run

This commit is contained in:
Eduardo Quezada 2026-03-21 17:52:47 -03:00 committed by GitHub
parent 04245161e0
commit 06cab81483
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -88,10 +88,8 @@ struct GFRomHeader
u8 pcItemsCount;
u32 pcItemsOffset;
u32 giftRibbonsOffset;
#if FREE_ENIGMA_BERRY == FALSE
u32 enigmaBerryOffset;
u32 enigmaBerrySize;
#endif //FREE_ENIGMA_BERRY
const u8 *moveDescriptions;
u32 unk20;
};