Commit Graph

200 Commits

Author SHA1 Message Date
AmazingAmpharos 262e0e43c3 Fix GT Map Chest requirement
Forever in ER, erroneously, the Map Chest in Ganon's Tower erroneously required Hookshot instead of correctly accepting Hookshot or Boots like the item randomizer. The root cause involved how regional connections were strung together with the assumption Map Chest would have the same requirements as the four DMs Room chests. This fixes that and allows that chest to be accessed by logic with Boots.
2019-04-18 16:30:08 -05:00
AmazingAmpharos 4d16559fae TR Logic Fix
This update should fully fix the key logic for Turtle Rock. This involved fixing several longstanding bugs in the program we didn't realize we had until trying to really fix this issue. Notable inclusions are that now seeds generated with a count will be identical to similarly numbered seeds generated individually and that now the always allows actually work (key for key apparently actually never happened in ER before and we didn't notice!). This also required refactoring the item pool generation before rule setting and individually moving pendant/crystal placement out of item pool generation (it's not a separate step between rule setting and normal item fill). A few exotic seed generation fails are still possible involving multi-entrance dungeons being really, really inaccessible in non-keysanity, but they're now appropriately super rare instead of being as common as they were before.
2019-04-18 16:11:11 -05:00
AmazingAmpharos 7b56932e31 TR Key Logic Update
This is just for review and isn't tested beyond seeing that it runs. In theory, this should fix the TR based seed generation failures and make TR Small Key requirements as precise as possible.
2019-04-15 19:17:44 -05:00
Kevin Cathcart 54926a17f4 Additional v30 updates 2018-09-26 17:34:15 -04:00
Kevin Cathcart b90a381e9b Basic impl. of boss shuffle for VT site enemizer integration 2018-09-26 13:12:20 -04:00
Kevin Cathcart 5539143f00 v30 updates 2018-09-22 22:51:54 -04:00
AmazingAmpharos 7c9c3db74d
Hopefully final 0.6.1 changes
-Add no logic mode.
-Fix swordless requirement for Mothula to be less strict.
-New version number and logic hash.
-Significantly updated readme.
2018-03-25 17:21:36 -05:00
Kevin Cathcart 9bd9bb4f93 Shop implementation
Also a few retro mode fixes
2018-03-18 21:01:45 -04:00
Kevin Cathcart 3592d12bfd Convert several locations to using events
Event locations automatically get Moon Perarl requirements added, and
ensure the other referenced location is listed in the spoiler log's path
section
2018-03-18 01:39:48 -04:00
AmazingAmpharos f701aefa28
More of Retro Mode
Implement correct Retro Mode item pools.
Set up most of the key logic to handle retro mode (still needs shop access)
Set ROM flags appropriately.
TODO: Support Retro Mode with custom item pools, deal with shops in general, deal with Bow paired with arrow requirements, correct Expert item pool for silvers, test older fill algorithms with retro mode, deal with the new Sahas/Bomb Shop reveal map info ROM flags.
2018-03-15 16:23:02 -05:00
AmazingAmpharos 4c33bf72ff
Smith softlock fix
Now correctly requires Moon Pearl.
2018-03-14 13:28:52 -05:00
Kevin Cathcart e100b5cd93 Rename Very misleading entrance/region 2018-03-02 19:07:55 -05:00
Kevin Cathcart 5989718586 Easy mode lamp update
You can find all 3 lamps before dark rooms for easy mode.
2018-02-24 16:16:50 -05:00
Kevin Cathcart cc270ca44d Misc fixes
Fix offsets for madness+ modes.

Bunny cannot reach back skull woods second section hole.
2018-02-20 01:15:45 -05:00
AmazingAmpharos 9c9636316e
Regionalize King's Grave
This is necessary to account for exiting here without otherwise having access to the area behind the rocks. Will mostly come up in insanity but has some extreme niches where it could matter in full.
2018-02-19 20:30:56 -06:00
Kevin Cathcart ac1c875341 Fix bug in big bomb logic 2018-02-18 14:53:39 -05:00
Kevin Cathcart 4a2078db26 Fix logic for standard mode 2018-02-18 12:22:50 -05:00
AmazingAmpharos 3471a9394a
Regionalize some West Dark World stuff
The Dark World Hammer Pegs area and the Dark World shop in VoO are both regionalized to handle the possibility of connectors leading to them. Also an oversight in regionalizing Desert Palace that had broken the vanilla shuffle is corrected.
2018-02-11 22:04:58 -06:00
Kevin Cathcart 6b7e2d86f1 Regionized Northeast Dark World 2018-02-09 01:12:11 -05:00
AmazingAmpharos bded86957d
Desert bunny fix and super bomb logic updates
Desert Palace's main section is now broken into outer and inner regions separated by the pots, and the inner region is flagged as bunny impassable which should prevent the use of the central portion of Desert Main as a bunny by the logic while still permitting the outer two doors to be used as a connection.

Super Bomb logic was supposed to just be a small tweak to take care of the TODO on adding those three insanity only bomb shop locations to the logic, but then I realized that the rules for most of Death Mountain could be liberalized somewhat since that Flute to take the bomb away is also a direct access method and took care of all that. Hopefully Super Bomb logic won't need further tweaks for a good long while.
2018-02-08 04:40:16 -06:00
Kevin Cathcart 39f177dfa3 Fix incorrect rules for death mountain entrance cave
also some related fixes to super bomb logic
2018-02-06 23:21:04 -05:00
Kevin Cathcart f39886579a Add cross world bunny logic 2018-02-06 19:18:13 -05:00
Kevin Cathcart c6b67aa088 Update rules for bomb shop to account for mixed caves 2018-02-06 19:18:12 -05:00
Kevin Cathcart bb6fa66dbe Refactor bomb rules 2018-02-06 19:18:12 -05:00
AmazingAmpharos b8778385ad
Spike Cave v29 adjustment
This makes spike cave correctly understand that potions in v29 will refill full magic independent of difficulty setting.
2018-01-29 18:56:15 -06:00
Kevin Cathcart 95bc7c954b Fix TT basement keylock
This is fixed by requiring that hammer be accessible before the always
allow logic will permit key in the big chest.
2018-01-27 14:16:47 -05:00
Kevin Cathcart f90653f1b8 Fix Dam Softlocks
Also remove obsolete comments
2018-01-25 22:03:46 -05:00
Kevin Cathcart e002672503 Critical fixes for bunny logic 2018-01-18 01:38:28 -05:00
Kevin Cathcart 513ded2b18 Fix aga1 keysanity softlock 2018-01-08 02:06:03 -05:00
Kevin Cathcart 07275316ed Fix and reformat spike cave logic 2018-01-06 23:08:20 -05:00
Kevin Cathcart 52c194822d Add logic support for new swordless Bombos pads 2018-01-06 22:20:08 -05:00
AmazingAmpharos 902097d728
Magic and Agahnim fix
Makes can_extend_magic take an argument for how much magic is needed in total. Fixes rule issues with Trinexx, spike cave, and swordless Agahnim's Tower.
2018-01-06 21:07:46 -06:00
Kevin Cathcart 9846f924d2 Add new 4 heart logic for spike cave and misery mire 2018-01-06 13:39:22 -05:00
Kevin Cathcart a0c892ab98 Make location item checks less verbose, and always access world via the state variable 2018-01-05 22:46:00 -05:00
Kevin Cathcart 95f672a842 POD key for Key Logic 2018-01-05 20:21:24 -05:00
Kevin Cathcart ee61f7b3ac Handle turtle rock big key chest key-for-a-key 2018-01-05 02:02:58 -05:00
Kevin Cathcart 596ba13781 Fix Ice Palace softlock 2018-01-05 01:12:50 -05:00
Kevin Cathcart 79f1b0bbf3 Fix progressive requirements to respect overflow limits 2018-01-04 23:01:09 -05:00
Kevin Cathcart 9c7a07a1d4 More VT28 logic updates 2018-01-02 21:41:28 -05:00
Kevin Cathcart 3adf4fadd1 Partial vt28 logic update 2018-01-02 21:19:17 -05:00
Kevin Cathcart 823657bc26 Style fixes
A bunch of style fixes. Mostly white space and style import order
tweaks, but a few other stylistic changes are present too.
2017-12-17 17:05:39 -05:00
Kevin Cathcart 6bd0664b7f Preliminary bunny logic 2017-12-14 20:09:02 -05:00
AmazingAmpharos d2612342d8
A new mirror connection
This is a simple tweak adding a mirror connection between the main Light World and the Hyrule Castle Courtyard. This will very rarely come into play; it only matters in circumstances where the uncle tunnel does not instantly connect to the courtyard (some madness/insanity situations and when Ganon's tunnel is there in full and below), when the player does not have access to the upper levels of Hyrule Castle or to the pyramid, but the player does have the Mirror. This correctly acknowledges that entering the castle main gate is fully and permanently softlock proof in this situation.
2017-12-12 08:20:42 -06:00
Kevin Cathcart 9d4d3b8456 Whitespace fixes
Removing trailing whitepace.
2017-11-18 20:43:37 -05:00
AmazingAmpharos 10d96bfa6c
Refactor bottle randomization
Bottle randomization refactored to be done on generation of itempool, not with the ItemFactory function. This allows difficulty settings to use different bottle pools more easily as well as allows the pedestal, credits, and spoiler logs to report bottle contents. Expert and insane difficulties deliberately set the same bottle content to all four bottles since the bottle limit is one in those modes so this only guarantees that all racers regardless of play sequence will get the same one free bottle content.
2017-11-11 20:22:44 -06:00
AmazingAmpharos ad047e6c9c
The last of the renaming
Courtesy of KevinCathcart
2017-11-11 18:03:42 -06:00
AmazingAmpharos 1b5ec76c8d
A few softlock preventions
-KevinCathcart's PoD small key fix for the back
-Per KevinCathcart, swordless mode now inherits open mode specific restrictions (per me, fixes a rare Hyrule Castle softlock scenario)
2017-11-10 04:10:30 -06:00
AmazingAmpharos 90f9046bda
Fix keysanity and older algorithms
-Fixes a wrong function call that made keysanity fail.
-Restores some logic in "key for key" situations that older algorithms relied upon, should slightly improve neutrality of key distribution even in v26 algorithm.
2017-11-09 04:34:29 -06:00
Kevin Cathcart 7de6948ceb Prevent Hyrule Castle key-lock in key-sanity 2017-11-08 22:45:43 -05:00
Kevin Cathcart 4817a85bcb Key-lock fixes
Update with key-lock fixes for GT. and Keysanity keyokick fixes for PoD,
GT, and TR.
2017-11-08 22:13:36 -05:00
Kevin Cathcart 24b0c4a132 Rename forgotten location 2017-11-08 19:23:21 -05:00
Kevin Cathcart 5b3d4449c1 Whitespace fixes 2017-11-04 23:54:35 -04:00
Kevin Cathcart cdf04b8a45 The Great Renaming
This is the Great renaming. Renaming to match V27. I've renamed pretty
much all Item locations to match, with a small number kept deliberatly
deferent for clarity.

There is probably more renaming that should be done at the Enterance and
Region levels, but that can be done later.
2017-11-04 23:54:35 -04:00
Kevin Cathcart 623e6637ff Update logic for Skull Woods and Agahnim's Tower to support key-sanity
Skull Wood's various chests have been split into real locations that
reflect key requirements.
2017-11-04 23:52:56 -04:00
Kevin Cathcart 8a981b5140 Fix Aga Lamp in swordless mode
Apply mode related rule changes before the no-glitches add-on rules.
2017-11-04 23:52:56 -04:00
Kevin Cathcart 9c6d649996 Updating logic and features to better match VT26
Updates include:

* Allow acticating tablets with hammer
* Remove 1/4 magic from the normal mode pool
* Incorporate OHKO compatible cape/cane-of-byrna requirements
* Upgrade Mirror Shield, Progressive Shield, and Bug Catching Net to
qualify as advancement items
* Allow Mirror shield as alternative to cape/byrna for Laser Bridge
* Prevent Waterfall Fairy from upgrading Boomerang or Shield
* Change PoD key logic to match VT26.
* Add restrictions on small key placement (to match VT26). I think these
restrictions may be redundant, but I'm adding them just in case any of
them are not.
2017-11-04 23:52:56 -04:00
LLCoolDave 52835bba5c Fix up some key rules. 2017-08-05 17:50:47 +02:00
LLCoolDave 6eff675ae7 Fix issue where logic assumed you could pass through hyrule castle sewers without lamp if there is no free light cone. 2017-08-04 20:17:33 +02:00
LLCoolDave 4a3e7ce851 Add missing fire rod requirement to gtower compass room. 2017-08-04 08:50:47 +02:00
LLCoolDave abff299f25 Remove starhunt, replaced by triforce hunt. Change to match VT normal settings (collect 20 out of 30 pieces). Rename restrictive algorithm to vt25. Add crystals goal, which removes aga2 requirement for hurting ganon. No noticeable difference without --shuffleganon enabled. 2017-08-01 19:07:44 +02:00
LLCoolDave 4758ea6402 Promote Cane of Byrna to progression item. Add cane as weapon that can damage Blind. Add Byrna || Cape requirements to Spike Cave, Eye Bridge Chests and Spike Room Chest in Misery Mire. 2017-08-01 17:28:13 +02:00
LLCoolDave 1fae8d4a1b Add Moon Pearl requirements to Pyramid Entrances. 2017-08-01 17:25:42 +02:00
LLCoolDave b6c4bf6bd6 Refactor spoiler generation for VT integration. 2017-07-18 12:44:13 +02:00
LLCoolDave 3b7b65cf56 Add crystal and aga 2 requirement to beating Ganon. 2017-07-18 00:10:00 +02:00
LLCoolDave 0514ade3b3 Store Trock Back Entrance state so it can properly be copied between worlds for the playthrough. 2017-07-17 23:13:39 +02:00
LLCoolDave 8c624e62a4 Fix up rules for Ganon shuffle modes. 2017-07-17 22:20:03 +02:00
LLCoolDave de37916379 Add Ganons Tower and Pyramid to the shuffle pool in non-ganon goal modes. 2017-07-14 16:28:14 +02:00
LLCoolDave 6464b516f8 For now, ganon's invincibility prevents the ganon drop transition form being used outside of ganon seeds. 2017-07-14 16:11:44 +02:00
LLCoolDave dcef154609 Move exit points of PoD, SW and TR down so you cannot get stuck in them when exiting through them before opening them. 2017-06-24 19:11:00 +02:00
LLCoolDave 54b63355b3 Correct mistake in Misery Mire key logic. 2017-06-24 18:49:50 +02:00
LLCoolDave 7bef9f6aaa Add support for swordless mode. 2017-06-24 18:48:03 +02:00
LLCoolDave 350c688d93 vt23 updates 2017-06-23 21:33:04 +02:00
LLCoolDave 4ec20fa997 Fix up TRock key rules. Should be good enough, may still prevent some valid fire rod/cane of somaria placements with shuffled entrances, but not a big deal I hope. 2017-06-23 21:32:31 +02:00
LLCoolDave 197b341940 Some fixups to restrictive algo 2017-06-23 19:07:34 +02:00
LLCoolDave a73dba985f Make keys, pendants, crystals and agahnim fights "events", which we sweep for everytime we have new unlock potential. Simplifies searching for items significantly. 2017-06-17 14:40:37 +02:00
LLCoolDave 2d81e87e7f Fix up some misery mire rules. 2017-06-17 13:15:37 +02:00
LLCoolDave e3ddd8dcdc Add missing Bow requirement for upstairs in GTower. 2017-06-05 13:09:28 +02:00
LLCoolDave dd049e5a52 As blacksmith now sticks with you post S&Q, we need to reduce the available pool of delivery locations, as having him as a follower may prevent you from collecting the item required to reach some cave entrances. 2017-06-04 21:10:09 +02:00
LLCoolDave a7bc3cc1a3 Remove mirror requirement for purple chest: Can S&Q with it. 2017-06-03 21:35:53 +02:00
LLCoolDave 2ef977b386 Update to v22 rom and logic. 2017-06-03 21:27:34 +02:00
LLCoolDave 761479e414 Prevent gloves from being in link's house in standard so you can't slip out in rain state before talking to your uncle. 2017-06-03 17:09:26 +02:00
LLCoolDave e2b4d259d9 Add addresses and regions for pyramid and ganons tower. Not currently shuffled, but may be of interest to Plandomizers. 2017-06-03 17:09:03 +02:00
LLCoolDave d817f5972c Improve light cone handling. 2017-06-03 15:46:05 +02:00
LLCoolDave d0196cbe41 Renamed some locations for clarity. Updated location hints. Still uncertain what to do with silver arrows hint. 2017-06-03 14:19:49 +02:00
LLCoolDave e47c72d1b0 Add proper Big Bomb Rules (thanks to Amazing Ampharos for this) 2017-06-02 21:56:39 +02:00
LLCoolDave e2e9ecc234 Rocks on Death Mountain are heavy. 2017-06-01 20:51:42 +02:00
LLCoolDave e3a9d73ca1 Fix up bunny requirements on east dark world, split up lake hylia central island properly into regions. 2017-05-27 10:02:54 +02:00
LLCoolDave 31eb98a2b8 Allow access to Kholdstare with 1 less key if the player has cane of somaria. 2017-05-26 09:51:48 +02:00
LLCoolDave 2f9b91d7fc Fix Misery Mire entrance not requiring a weapon to kill wizzrobes (they are immune to bombs) 2017-05-25 12:50:23 +02:00
LLCoolDave 32538c41d2 Fix issue where wrong chest in hookshot cave is marked reachable with boots. 2017-05-25 12:20:38 +02:00
LLCoolDave 1630215a24 Add Prize Pack shuffling and standard/open mode rom switches. Can now work off one base rom. 2017-05-25 12:09:50 +02:00
LLCoolDave 7a9cff60ee Ensure that entering PoD or reaching east dark world through PoD exit is not required without paying off kiki first as you get stuck in the door. 2017-05-22 19:51:06 +02:00
LLCoolDave 32591ea4dc Fix issue with lamp not considered as required in open seeds. 2017-05-22 19:50:21 +02:00
LLCoolDave 0a23b5c1de Fix Typo in Agahnim's Name. 2017-05-21 16:32:34 +02:00
LLCoolDave 329cdeebdb Add rules to prevent reverse traversal of the TRock and SW Skulls to be required when you would get stuck in them. 2017-05-21 16:03:43 +02:00
LLCoolDave 0b0f43f5bf Minor bug fixes, added text to all NPCs. 2017-05-20 20:03:13 +02:00
LLCoolDave d6050eb0e1 Fix lightcone rules for standard, where cones depend on where a region IS, not where it WOULD BE in vanilla. 2017-05-20 15:47:28 +02:00
LLCoolDave 40baeef6a9 Rules: Fix up some issues, add new rules for reverse exits for full shuffle. Big Bomb Rule needs to be overhauled. Bunny exploration not added yet. 2017-05-20 14:04:02 +02:00
LLCoolDave f374c637c3 Fixed remaining key logic, correctly implemented sewers. Added support for other game modes, create playthrough. 2017-05-16 21:23:47 +02:00
LLCoolDave abcacd36eb First Iteration (can handle no glitches open/standard logic), WIP 2017-05-15 20:28:04 +02:00