<feed xmlns='http://www.w3.org/2005/Atom'>
<title>2ship2harkinian/mm/2s2h/Rando/Logic/Regions/BeneathTheWell.cpp, branch develop</title>
<subtitle>2Ship2Harkinian: Majora’s Mask PC port</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/'/>
<entry>
<title>Shuffle keaton grass and some more missed grass (#1822)</title>
<updated>2026-07-30T23:38:29+00:00</updated>
<author>
<name>Garrett Cox</name>
<email>garrettjcox@gmail.com</email>
</author>
<published>2026-07-30T23:38:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=dd5a36d60a0f29dd500cb0e826e3d41780f46944'/>
<id>dd5a36d60a0f29dd500cb0e826e3d41780f46944</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Factor Big Poe for enemy soul shuffle (#1535)</title>
<updated>2026-02-10T01:02:34+00:00</updated>
<author>
<name>sitton76</name>
<email>58642183+sitton76@users.noreply.github.com</email>
</author>
<published>2026-02-10T01:02:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=889656bf4223313ff38353ebef1b813ec4408d74'/>
<id>889656bf4223313ff38353ebef1b813ec4408d74</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tree Shuffle (#1346)</title>
<updated>2026-01-18T06:52:15+00:00</updated>
<author>
<name>Caladius</name>
<email>Caladius@users.noreply.github.com</email>
</author>
<published>2026-01-18T06:52:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=4661df2e6514d7a8244a449cfa1b2532ca5b03d7'/>
<id>4661df2e6514d7a8244a449cfa1b2532ca5b03d7</id>
<content type='text'>
Co-authored-by: Garrett &lt;garrettjcox@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Garrett &lt;garrettjcox@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[Rando] Enemy Drops V2 (#1373)</title>
<updated>2025-12-13T14:58:10+00:00</updated>
<author>
<name>Eblo</name>
<email>7004497+Eblo@users.noreply.github.com</email>
</author>
<published>2025-12-13T14:58:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=a6815e3e96a5fd10926e5c251e6107b48b1a4214'/>
<id>a6815e3e96a5fd10926e5c251e6107b48b1a4214</id>
<content type='text'>
* Embed enemy drop checks into individual Regions

Exclude tooltips from enemy drops in check tracker

* Shuffle the rest of the enemies

* Move Gold Skulltula condition

* Clean up and fix enemy drop check minimum value

* Name Real Bombchu drops for consistency with souls

* Update documentation</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Embed enemy drop checks into individual Regions

Exclude tooltips from enemy drops in check tracker

* Shuffle the rest of the enemies

* Move Gold Skulltula condition

* Clean up and fix enemy drop check minimum value

* Name Real Bombchu drops for consistency with souls

* Update documentation</pre>
</div>
</content>
</entry>
<entry>
<title>[Rando] Logic fixes with Swamp Ride and Mirror Shield check. (#1112)</title>
<updated>2025-04-15T15:17:39+00:00</updated>
<author>
<name>sitton76</name>
<email>58642183+sitton76@users.noreply.github.com</email>
</author>
<published>2025-04-15T15:17:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=e9b96ccfb088f288c39a094fbc38a5925f9a65e9'/>
<id>e9b96ccfb088f288c39a094fbc38a5925f9a65e9</id>
<content type='text'>
* Factoring the free boat ride from Big Octo picture in logic.

* Corrected requirements for RC_BENEATH_THE_WELL_MIRROR_SHIELD to account for a edge case.

* Renamed PICTOGRAPH_BIG_OCTO to PICTOGRAPH_SWAMP_GENERIC and also set access from the Southern half of the swamp</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Factoring the free boat ride from Big Octo picture in logic.

* Corrected requirements for RC_BENEATH_THE_WELL_MIRROR_SHIELD to account for a edge case.

* Renamed PICTOGRAPH_BIG_OCTO to PICTOGRAPH_SWAMP_GENERIC and also set access from the Southern half of the swamp</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup includes (#1072)</title>
<updated>2025-04-06T21:17:50+00:00</updated>
<author>
<name>louist103</name>
<email>35883445+louist103@users.noreply.github.com</email>
</author>
<published>2025-04-06T21:17:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=3d0feab897b065106f5d38ffbc55f075f990e784'/>
<id>3d0feab897b065106f5d38ffbc55f075f990e784</id>
<content type='text'>
* Cleanup

* Format

* Fixes

* Update macports-deps.txt

* Fix mac

* Update macports-deps.txt

Co-authored-by: Archez &lt;Archez@users.noreply.github.com&gt;

* Move includes around

---------

Co-authored-by: Archez &lt;Archez@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Cleanup

* Format

* Fixes

* Update macports-deps.txt

* Fix mac

* Update macports-deps.txt

Co-authored-by: Archez &lt;Archez@users.noreply.github.com&gt;

* Move includes around

---------

Co-authored-by: Archez &lt;Archez@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Overhaul events, and how they are tracked</title>
<updated>2025-02-11T06:18:25+00:00</updated>
<author>
<name>Garrett Cox</name>
<email>garrettjcox@gmail.com</email>
</author>
<published>2025-02-11T06:18:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=2b7eb416e936ab9c1f29c2ab01a96a02d8dc2cbf'/>
<id>2b7eb416e936ab9c1f29c2ab01a96a02d8dc2cbf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Uniformed RC Naming (#132)</title>
<updated>2025-01-05T03:29:41+00:00</updated>
<author>
<name>Caladius</name>
<email>Caladius@users.noreply.github.com</email>
</author>
<published>2025-01-05T03:29:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=4450d56969fca0a89d9fcc8eba58efe1ebc20940'/>
<id>4450d56969fca0a89d9fcc8eba58efe1ebc20940</id>
<content type='text'>
* Uniformed RC naming conventions, minor fixes and RCTYPE updates for freestanding and poh/hc

* No Logic correction

* Fix Woodfall Rupee

* Revert Tingle to NPC

* Fix Hag Freestanding</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Uniformed RC naming conventions, minor fixes and RCTYPE updates for freestanding and poh/hc

* No Logic correction

* Fix Woodfall Rupee

* Revert Tingle to NPC

* Fix Hag Freestanding</pre>
</div>
</content>
</entry>
<entry>
<title>Apply alphabetical sorting in various places</title>
<updated>2024-12-27T07:34:46+00:00</updated>
<author>
<name>Garrett Cox</name>
<email>garrettjcox@gmail.com</email>
</author>
<published>2024-12-27T07:22:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=f245ce37581d8d437237b0619b7c8beddaaa5656'/>
<id>f245ce37581d8d437237b0619b7c8beddaaa5656</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Logic for Ancient Castle of Ikana</title>
<updated>2024-12-27T06:54:40+00:00</updated>
<author>
<name>Garrett Cox</name>
<email>garrettjcox@gmail.com</email>
</author>
<published>2024-12-27T06:54:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=a5a537fc8cc3d7c718a2c38a9d2fe56176b6cc86'/>
<id>a5a537fc8cc3d7c718a2c38a9d2fe56176b6cc86</id>
<content type='text'>
Co-authored-by: sitton76 &lt;58642183+sitton76@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: sitton76 &lt;58642183+sitton76@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
