<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tmc/src/object/cuccoMinigame.c, branch master</title>
<subtitle>Decompilation of The Legend of Zelda: The Minish Cap</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tmc/'/>
<entry>
<title>cleanup unused and transitive includes</title>
<updated>2025-03-09T19:00:34+00:00</updated>
<author>
<name>Henny022p</name>
<email>info@henny022.de</email>
</author>
<published>2025-03-09T15:24:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tmc/commit/?id=6c71c8f55936b6a5d75f0680c6a55f2169f48e9c'/>
<id>6c71c8f55936b6a5d75f0680c6a55f2169f48e9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cleanup headers</title>
<updated>2025-03-09T18:58:01+00:00</updated>
<author>
<name>Henny022p</name>
<email>info@henny022.de</email>
</author>
<published>2025-03-05T17:09:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tmc/commit/?id=3b9b1a388beba1d8293bea15352775a6139d3d52'/>
<id>3b9b1a388beba1d8293bea15352775a6139d3d52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename metaTiles</title>
<updated>2024-01-06T14:01:44+00:00</updated>
<author>
<name>octorock</name>
<email>79596758+octorock@users.noreply.github.com</email>
</author>
<published>2024-01-06T13:59:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tmc/commit/?id=aced0bef691dbc41bdd39b6e62662d2436877a4b'/>
<id>aced0bef691dbc41bdd39b6e62662d2436877a4b</id>
<content type='text'>
Now the 16x16 tiles are just called tiles and the 8x8 tiles are called subTiles.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now the 16x16 tiles are just called tiles and the 8x8 tiles are called subTiles.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into tilemap-docs</title>
<updated>2023-12-31T01:12:41+00:00</updated>
<author>
<name>octorock</name>
<email>79596758+octorock@users.noreply.github.com</email>
</author>
<published>2023-12-31T01:12:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tmc/commit/?id=109b1020dcbfa17e80d28c522b5d792f7b3c6d46'/>
<id>109b1020dcbfa17e80d28c522b5d792f7b3c6d46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Invert NENT_DEPRECATED define</title>
<updated>2023-12-30T17:30:00+00:00</updated>
<author>
<name>octorock</name>
<email>79596758+octorock@users.noreply.github.com</email>
</author>
<published>2023-12-30T17:26:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tmc/commit/?id=3b87c0416294e830ad256226f315c6b416160493'/>
<id>3b87c0416294e830ad256226f315c6b416160493</id>
<content type='text'>
To define ENT_DEPRECATED in files that still need the old entity structs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To define ENT_DEPRECATED in files that still need the old entity structs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into tilemap-docs</title>
<updated>2023-12-28T13:59:23+00:00</updated>
<author>
<name>octorock</name>
<email>79596758+octorock@users.noreply.github.com</email>
</author>
<published>2023-12-28T13:59:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tmc/commit/?id=768efa50b308be03737d7eae2a1069627ea48b79'/>
<id>768efa50b308be03737d7eae2a1069627ea48b79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Match SortKinstoneBag</title>
<updated>2023-12-24T03:54:59+00:00</updated>
<author>
<name>Henny022p</name>
<email>info@henny022.de</email>
</author>
<published>2023-12-24T03:54:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tmc/commit/?id=1944bf5e6dd7378eb844db7cdfadfb8e66665f5d'/>
<id>1944bf5e6dd7378eb844db7cdfadfb8e66665f5d</id>
<content type='text'>
extract kinstone related data from SaveFile into it's own struct

Co-authored-by: KEKW555 &lt;152369890+KEKW555@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
extract kinstone related data from SaveFile into it's own struct

Co-authored-by: KEKW555 &lt;152369890+KEKW555@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Match sub_080A1270 (#657)</title>
<updated>2023-12-21T21:04:41+00:00</updated>
<author>
<name>KEKW555</name>
<email>152369890+KEKW555@users.noreply.github.com</email>
</author>
<published>2023-12-21T21:04:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tmc/commit/?id=040b1f3a5972ee86d12c84ae741d286d6b43f8fa'/>
<id>040b1f3a5972ee86d12c84ae741d286d6b43f8fa</id>
<content type='text'>
* Nuke asm/non_matching/objectB9 directory

* Match sub_080A1270</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Nuke asm/non_matching/objectB9 directory

* Match sub_080A1270</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #619 from octorock/objects</title>
<updated>2023-08-07T00:33:21+00:00</updated>
<author>
<name>notyourav</name>
<email>65437533+notyourav@users.noreply.github.com</email>
</author>
<published>2023-08-07T00:33:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tmc/commit/?id=8a294a49b68212a111d3fa2b25a80698eeb94051'/>
<id>8a294a49b68212a111d3fa2b25a80698eeb94051</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Create new entity structs for NPCs</title>
<updated>2023-08-01T09:36:11+00:00</updated>
<author>
<name>octorock</name>
<email>79596758+octorock@users.noreply.github.com</email>
</author>
<published>2023-07-05T19:34:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tmc/commit/?id=488196754ea5225513dc900d23c53f2b157de409'/>
<id>488196754ea5225513dc900d23c53f2b157de409</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
