gale boomerang check

This commit is contained in:
gymnast86
2026-05-03 06:56:57 -07:00
parent 75f6337985
commit c87d7e3875
2 changed files with 8 additions and 3 deletions
+6
View File
@@ -480,6 +480,12 @@ int daObjLife_c::initActionOrderGetDemo() {
fopAcM_orderItemEvent(this, 0, 0);
eventInfo.onCondition(dEvtCnd_CANGETITEM_e);
#if TARGET_PC
// Special case for Gale Boomerang check
if (randomizer_IsActive() && getStageID() == Ook) {
m_itemNo = verifyProgressiveItem(randomizer_getItemAtLocation("Forest Temple Gale Boomerang"));
}
#endif
mItemId = fopAcM_createItemForTrBoxDemo(&current.pos, m_itemNo, -1, fopAcM_GetRoomNo(this), NULL, NULL);
JUT_ASSERT(699, mItemId != fpcM_ERROR_PROCESS_ID_e);