<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mm/docs/CONTRIBUTING.md, branch main</title>
<subtitle>Decompilation of The Legend of Zelda: Majora’s Mask</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/mm/'/>
<entry>
<title>Update links (#1690)</title>
<updated>2024-09-16T17:21:14+00:00</updated>
<author>
<name>Derek Hensley</name>
<email>hensley.derek58@gmail.com</email>
</author>
<published>2024-09-16T17:21:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/mm/commit/?id=e05eaf981225397fdfeb95f3a3d7c995e7dd2471'/>
<id>e05eaf981225397fdfeb95f3a3d7c995e7dd2471</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Even more general cleanup (#1640)</title>
<updated>2024-06-01T15:01:19+00:00</updated>
<author>
<name>Derek Hensley</name>
<email>hensley.derek58@gmail.com</email>
</author>
<published>2024-06-01T15:01:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/mm/commit/?id=312b65d5e34878df4b70d8b9922e1082213b3662'/>
<id>312b65d5e34878df4b70d8b9922e1082213b3662</id>
<content type='text'>
* floats

* obj_lightblock externs

* Couple more floats

* slime floats

* undefined_syms

* Move some tools to the tools folder

* format

* Update src/overlays/actors/ovl_Bg_Dblue_Waterfall/z_bg_dblue_waterfall.c

Co-authored-by: Anghelo Carvajal &lt;angheloalf95@gmail.com&gt;

---------

Co-authored-by: Anghelo Carvajal &lt;angheloalf95@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* floats

* obj_lightblock externs

* Couple more floats

* slime floats

* undefined_syms

* Move some tools to the tools folder

* format

* Update src/overlays/actors/ovl_Bg_Dblue_Waterfall/z_bg_dblue_waterfall.c

Co-authored-by: Anghelo Carvajal &lt;angheloalf95@gmail.com&gt;

---------

Co-authored-by: Anghelo Carvajal &lt;angheloalf95@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>master to main rename (#1379)</title>
<updated>2023-09-22T15:57:21+00:00</updated>
<author>
<name>Derek Hensley</name>
<email>hensley.derek58@gmail.com</email>
</author>
<published>2023-09-22T15:57:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/mm/commit/?id=19a605c2e7313ff4227527fcd6753684c49ba9eb'/>
<id>19a605c2e7313ff4227527fcd6753684c49ba9eb</id>
<content type='text'>
* master -&gt; main

* Missed some instances of master</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* master -&gt; main

* Missed some instances of master</pre>
</div>
</content>
</entry>
<entry>
<title>Clang-Format 14 (#1321)</title>
<updated>2023-07-27T16:15:40+00:00</updated>
<author>
<name>Derek Hensley</name>
<email>hensley.derek58@gmail.com</email>
</author>
<published>2023-07-27T16:15:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/mm/commit/?id=eb6b837d65ba1c7ca949c19a199c4c83e296ca5f'/>
<id>eb6b837d65ba1c7ca949c19a199c4c83e296ca5f</id>
<content type='text'>
* format

* Update dockerfile and other documentation

* Update mac instructions</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* format

* Update dockerfile and other documentation

* Update mac instructions</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Website 404 and Format script error message (#1161)</title>
<updated>2023-02-08T00:29:17+00:00</updated>
<author>
<name>Derek Hensley</name>
<email>hensley.derek58@gmail.com</email>
</author>
<published>2023-02-08T00:29:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/mm/commit/?id=38edda8508cc04c2623c6a455a2e1503a2bed787'/>
<id>38edda8508cc04c2623c6a455a2e1503a2bed787</id>
<content type='text'>
* Fix Website 404

* format script fix</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix Website 404

* format script fix</pre>
</div>
</content>
</entry>
<entry>
<title>Adding Git information to tutorial (#862)</title>
<updated>2022-07-12T00:27:49+00:00</updated>
<author>
<name>Parker Burnett</name>
<email>burnettparker@gmail.com</email>
</author>
<published>2022-07-12T00:27:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/mm/commit/?id=3503163a640cd19f1788a58ec5abb7a57ea53b2c'/>
<id>3503163a640cd19f1788a58ec5abb7a57ea53b2c</id>
<content type='text'>
* Adding an intro to git with helpful commands for someone unfamiliar
with git.

Co-authored by: EllipticEllipsis &lt;elliptic.ellipsis@gmail.com&gt;

* Adding an intro to git with helpful commands for someone unfamiliar
with git.

Co-authored-by: EllipticEllipsis &lt;elliptic.ellipsis@gmail.com&gt;

* ovl_Obj_Y2lift decompiled (#856)

* ovl_Obj_Y2lift decompiled

* format

* pr review fixes

* clean up

Co-authored-by: SonicDcer &lt;noreply@github.com&gt;

* Formating files and moving contributing.md
Also fixes links.

* Adding an intro to git with helpful commands for someone unfamiliar
with git.

formating files too

Co-authored-by: EllipticEllipsis &lt;elliptic.ellipsis@gmail.com&gt;

* pr fixes

Co-authored-by: EllipticEllipsis &lt;elliptic.ellipsis@gmail.com&gt;
Co-authored-by: Alejandro Asenjo &lt;96613413+sonicdcer@users.noreply.github.com&gt;
Co-authored-by: SonicDcer &lt;noreply@github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Adding an intro to git with helpful commands for someone unfamiliar
with git.

Co-authored by: EllipticEllipsis &lt;elliptic.ellipsis@gmail.com&gt;

* Adding an intro to git with helpful commands for someone unfamiliar
with git.

Co-authored-by: EllipticEllipsis &lt;elliptic.ellipsis@gmail.com&gt;

* ovl_Obj_Y2lift decompiled (#856)

* ovl_Obj_Y2lift decompiled

* format

* pr review fixes

* clean up

Co-authored-by: SonicDcer &lt;noreply@github.com&gt;

* Formating files and moving contributing.md
Also fixes links.

* Adding an intro to git with helpful commands for someone unfamiliar
with git.

formating files too

Co-authored-by: EllipticEllipsis &lt;elliptic.ellipsis@gmail.com&gt;

* pr fixes

Co-authored-by: EllipticEllipsis &lt;elliptic.ellipsis@gmail.com&gt;
Co-authored-by: Alejandro Asenjo &lt;96613413+sonicdcer@users.noreply.github.com&gt;
Co-authored-by: SonicDcer &lt;noreply@github.com&gt;</pre>
</div>
</content>
</entry>
</feed>
