mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-14 17:12:59 -07:00
Merge pull request #1769 from HarbourMasters/develop-zhora
zhora -> dev
This commit is contained in:
commit
350315a5d1
11 changed files with 112 additions and 58 deletions
|
@ -2502,13 +2502,6 @@ u8 Item_CheckObtainability(u8 item) {
|
|||
} else {
|
||||
return ITEM_NONE;
|
||||
}
|
||||
} else if ( gSaveContext.n64ddFlag &&
|
||||
((item >= RG_GERUDO_FORTRESS_SMALL_KEY) && (item <= RG_GANONS_CASTLE_SMALL_KEY) ||
|
||||
(item >= RG_FOREST_TEMPLE_BOSS_KEY) && (item <= RG_GANONS_CASTLE_BOSS_KEY) ||
|
||||
(item >= RG_DEKU_TREE_MAP) && (item <= RG_ICE_CAVERN_MAP) ||
|
||||
(item >= RG_DEKU_TREE_COMPASS) && (item <= RG_ICE_CAVERN_COMPASS))
|
||||
) {
|
||||
return ITEM_NONE;
|
||||
} else if ((item == ITEM_KEY_BOSS) || (item == ITEM_COMPASS) || (item == ITEM_DUNGEON_MAP)) {
|
||||
return ITEM_NONE;
|
||||
} else if (item == ITEM_KEY_SMALL) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue