<feed xmlns='http://www.w3.org/2005/Atom'>
<title>2ship2harkinian/mm/src/code, branch 4.0.1</title>
<subtitle>2Ship2Harkinian: Majora’s Mask PC port</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/'/>
<entry>
<title>fix (#1578)</title>
<updated>2026-02-25T18:55:55+00:00</updated>
<author>
<name>mckinlee</name>
<email>mckinlee@ymail.com</email>
</author>
<published>2026-02-25T18:55:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=57eb53be5bc000ca07580dc11d99910e9a61ac36'/>
<id>57eb53be5bc000ca07580dc11d99910e9a61ac36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify hearts &amp; magic cosmetics and expand where they are shown (#1562)</title>
<updated>2026-02-22T13:12:58+00:00</updated>
<author>
<name>Garrett Cox</name>
<email>garrettjcox@gmail.com</email>
</author>
<published>2026-02-22T13:12:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=d6492412db91e34b498cd8609dee1ea4f253e02c'/>
<id>d6492412db91e34b498cd8609dee1ea4f253e02c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace our Z-Targeting fix with recomp's (#1560)</title>
<updated>2026-02-22T13:11:45+00:00</updated>
<author>
<name>Garrett Cox</name>
<email>garrettjcox@gmail.com</email>
</author>
<published>2026-02-22T13:11:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=4a7af30687a57e26affe3c36546128d8f61351e0'/>
<id>4a7af30687a57e26affe3c36546128d8f61351e0</id>
<content type='text'>
Full credit to danielryb for submitting this to recomp

Co-authored-by: danielryb &lt;59661841+danielryb@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Full credit to danielryb for submitting this to recomp

Co-authored-by: danielryb &lt;59661841+danielryb@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Move before moon crash hook (#1521)</title>
<updated>2026-01-30T02:00:26+00:00</updated>
<author>
<name>balloondude2</name>
<email>55861555+balloondude2@users.noreply.github.com</email>
</author>
<published>2026-01-30T02:00:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=5bb90c25cef1ec749c923b33be734e13be73fbe7'/>
<id>5bb90c25cef1ec749c923b33be734e13be73fbe7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>WIP Tweaks to fix compatibility with 0th/4th day glitches (#1462)</title>
<updated>2026-01-24T23:52:29+00:00</updated>
<author>
<name>Garrett Cox</name>
<email>garrettjcox@gmail.com</email>
</author>
<published>2026-01-24T23:52:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=16ef59baeaf9f6955281b54d2f75ecc7c968a6c3'/>
<id>16ef59baeaf9f6955281b54d2f75ecc7c968a6c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert changes to original Gfx_TexScroll &amp; Gfx_TwoTexScroll (#1486)</title>
<updated>2026-01-21T16:58:33+00:00</updated>
<author>
<name>Garrett Cox</name>
<email>garrettjcox@gmail.com</email>
</author>
<published>2026-01-21T16:58:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=ecf24c6a34de76b958ef0cd8aece6e218ab60096'/>
<id>ecf24c6a34de76b958ef0cd8aece6e218ab60096</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Texture scrolling interpolation, Take 2 (#1332)</title>
<updated>2026-01-21T01:27:47+00:00</updated>
<author>
<name>Eblo</name>
<email>7004497+Eblo@users.noreply.github.com</email>
</author>
<published>2026-01-21T01:27:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=a4360a25cd3dfec3653890f86b812facfa6ddee3'/>
<id>a4360a25cd3dfec3653890f86b812facfa6ddee3</id>
<content type='text'>
* Scrolling texture interpolation

Co-authored-by: Nicholas Estelami &lt;NEstelami@users.noreply.github.com&gt;

* Interpolate remaining GIs

* Clean up gDPSetTileSizeInterp

---------

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

Co-authored-by: Nicholas Estelami &lt;NEstelami@users.noreply.github.com&gt;

* Interpolate remaining GIs

* Clean up gDPSetTileSizeInterp

---------

Co-authored-by: Nicholas Estelami &lt;NEstelami@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Implement sarias song hint item (#1161)</title>
<updated>2026-01-21T01:26:50+00:00</updated>
<author>
<name>Garrett Cox</name>
<email>garrettjcox@gmail.com</email>
</author>
<published>2026-01-21T01:26:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=d7bd6f9c7df615cd1b41a5b482e2589a6a03cca0'/>
<id>d7bd6f9c7df615cd1b41a5b482e2589a6a03cca0</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>Add more controller binding options (#1466)</title>
<updated>2026-01-17T22:09:50+00:00</updated>
<author>
<name>Garrett Cox</name>
<email>garrettjcox@gmail.com</email>
</author>
<published>2026-01-17T22:09:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/2ship2harkinian/commit/?id=48efa501af5899e5f860ea4bd027678eca68ac33'/>
<id>48efa501af5899e5f860ea4bd027678eca68ac33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
