<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tww/include/JSystem/JParticle, branch main</title>
<subtitle>Decompilation of The Legend of Zelda: The Wind Waker (GCN)</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tww/'/>
<entry>
<title>Implement some more JPAEmitter inlines</title>
<updated>2026-05-27T02:18:04+00:00</updated>
<author>
<name>LagoLunatic</name>
<email>LagoLunatic@users.noreply.github.com</email>
</author>
<published>2026-05-27T02:18:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tww/commit/?id=bafd8aba628a0f525e6ec1c334adf8531ae61c82'/>
<id>bafd8aba628a0f525e6ec1c334adf8531ae61c82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing inlines for JPADraw</title>
<updated>2026-05-27T01:56:55+00:00</updated>
<author>
<name>LagoLunatic</name>
<email>LagoLunatic@users.noreply.github.com</email>
</author>
<published>2026-05-27T01:56:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tww/commit/?id=2dced07761c17ee0eff709173e78420d392058ff'/>
<id>2dced07761c17ee0eff709173e78420d392058ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>JPADraw OK</title>
<updated>2026-05-27T01:52:56+00:00</updated>
<author>
<name>LagoLunatic</name>
<email>LagoLunatic@users.noreply.github.com</email>
</author>
<published>2026-05-27T01:52:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tww/commit/?id=74fec58b77bf24f001889ae78cb08a7266e69ed9'/>
<id>74fec58b77bf24f001889ae78cb08a7266e69ed9</id>
<content type='text'>
__sinit_JPADraw_cpp had a weird mismatch, turns out the fix is adding an explicit dtor to JPADrawSetupTev.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
__sinit_JPADraw_cpp had a weird mismatch, turns out the fix is adding an explicit dtor to JPADrawSetupTev.
</pre>
</div>
</content>
</entry>
<entry>
<title>d_a_st - 100% matching (#1004)</title>
<updated>2026-05-17T21:08:26+00:00</updated>
<author>
<name>123456789758</name>
<email>205478182+123456789758@users.noreply.github.com</email>
</author>
<published>2026-05-17T21:08:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tww/commit/?id=38742c337f10d0be2b7647c66974924bbfab39f6'/>
<id>38742c337f10d0be2b7647c66974924bbfab39f6</id>
<content type='text'>
Co-authored-by: ‎ ‎ ‎ &lt;‎ ‎ ‎&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: ‎ ‎ ‎ &lt;‎ ‎ ‎&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Fix TPosition3 header wrong file ext</title>
<updated>2026-04-01T04:06:34+00:00</updated>
<author>
<name>LagoLunatic</name>
<email>LagoLunatic@users.noreply.github.com</email>
</author>
<published>2026-04-01T04:06:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tww/commit/?id=899cd543941d7b5ead48f0ded2148e02b10ab6b2'/>
<id>899cd543941d7b5ead48f0ded2148e02b10ab6b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Misc cleanup</title>
<updated>2025-12-28T02:32:04+00:00</updated>
<author>
<name>LagoLunatic</name>
<email>LagoLunatic@users.noreply.github.com</email>
</author>
<published>2025-12-27T22:03:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tww/commit/?id=48dcebd9e88e9b592572ed906c505ee71df6f4f2'/>
<id>48dcebd9e88e9b592572ed906c505ee71df6f4f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add JSystem PCH to fix weak function order (#904)</title>
<updated>2025-12-05T17:11:53+00:00</updated>
<author>
<name>LagoLunatic</name>
<email>LagoLunatic@users.noreply.github.com</email>
</author>
<published>2025-12-05T17:11:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tww/commit/?id=8ce8d2f5411d35329dc92ef65f29e2e7167f3830'/>
<id>8ce8d2f5411d35329dc92ef65f29e2e7167f3830</id>
<content type='text'>
* Add JSystem PCH

* Fix build issues, remove weak order fakematches, and fix functionvalue weak func order</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add JSystem PCH

* Fix build issues, remove weak order fakematches, and fix functionvalue weak func order</pre>
</div>
</content>
</entry>
<entry>
<title>bomb nearly matching on demo, one regswap left</title>
<updated>2025-09-08T21:07:52+00:00</updated>
<author>
<name>LagoLunatic</name>
<email>LagoLunatic@users.noreply.github.com</email>
</author>
<published>2025-09-08T21:07:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tww/commit/?id=eb3b4ea2b6868ef8aa2ac6ce57fbbaec44cadf22'/>
<id>eb3b4ea2b6868ef8aa2ac6ce57fbbaec44cadf22</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>d_a_sbox (#842)</title>
<updated>2025-08-11T22:49:09+00:00</updated>
<author>
<name>Maide</name>
<email>34639600+Kelebek1@users.noreply.github.com</email>
</author>
<published>2025-08-11T22:49:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tww/commit/?id=b9e3041ba25f2c6ab91d26ddf373bda27d2e24ba'/>
<id>b9e3041ba25f2c6ab91d26ddf373bda27d2e24ba</id>
<content type='text'>
* d_a_sbox

* PR</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* d_a_sbox

* PR</pre>
</div>
</content>
</entry>
<entry>
<title>JPA small cleanup</title>
<updated>2025-08-11T21:51:49+00:00</updated>
<author>
<name>LagoLunatic</name>
<email>LagoLunatic@users.noreply.github.com</email>
</author>
<published>2025-08-11T21:51:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tww/commit/?id=1c93c48ccf55c29be052444fe299d14afa1ca052'/>
<id>1c93c48ccf55c29be052444fe299d14afa1ca052</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
