<feed xmlns='http://www.w3.org/2005/Atom'>
<title>oot/src/makerom, branch main</title>
<subtitle>Decompilation of The Legend of Zelda: Ocarina of Time</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/'/>
<entry>
<title>Error on invalid OOT_REGION (#2444)</title>
<updated>2025-01-26T22:08:13+00:00</updated>
<author>
<name>cadmic</name>
<email>cadmic24@gmail.com</email>
</author>
<published>2025-01-26T22:08:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=bb55be60fe2521c3ac1ba0aa522d8c24f6928d6a'/>
<id>bb55be60fe2521c3ac1ba0aa522d8c24f6928d6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[iQue] Set address of makerom instead of address of boot in spec (#2409)</title>
<updated>2025-01-09T23:36:09+00:00</updated>
<author>
<name>cadmic</name>
<email>cadmic24@gmail.com</email>
</author>
<published>2025-01-09T23:36:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=8b5813c86c9c99b1d6099656b90832796e25a152'/>
<id>8b5813c86c9c99b1d6099656b90832796e25a152</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[iQue] Match skapi.s, create bbskapi.h documenting the syscalls (#2400)</title>
<updated>2025-01-04T03:58:26+00:00</updated>
<author>
<name>Tharo</name>
<email>17233964+Thar0@users.noreply.github.com</email>
</author>
<published>2025-01-04T03:58:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=bd606ba03850a2baf29690818a6d1f9e9ef1bfc2'/>
<id>bd606ba03850a2baf29690818a6d1f9e9ef1bfc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[iQue] Match makerom (#2397)</title>
<updated>2025-01-03T04:42:28+00:00</updated>
<author>
<name>Tharo</name>
<email>17233964+Thar0@users.noreply.github.com</email>
</author>
<published>2025-01-03T04:42:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=4c88cfd08a9c0f48b16332aaf1d2e322ebc77161'/>
<id>4c88cfd08a9c0f48b16332aaf1d2e322ebc77161</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use IDO for assembling handwritten asm files in src (#2390)</title>
<updated>2024-12-28T20:18:45+00:00</updated>
<author>
<name>Tharo</name>
<email>17233964+Thar0@users.noreply.github.com</email>
</author>
<published>2024-12-28T20:18:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=7e082f0c4f6b34820b4dbf6285d05adf423c091b'/>
<id>7e082f0c4f6b34820b4dbf6285d05adf423c091b</id>
<content type='text'>
* as0

* Fix ASOPTFLAGS for src/libc, remove unnecessary noreorder region in kanread

* Suggested changes

* Use %half to load the boot bss size for matching

Co-authored-by: cadmic &lt;cadmic24@gmail.com&gt;

* Wrap all of __osProbeTLB in noreorder

---------

Co-authored-by: cadmic &lt;cadmic24@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* as0

* Fix ASOPTFLAGS for src/libc, remove unnecessary noreorder region in kanread

* Suggested changes

* Use %half to load the boot bss size for matching

Co-authored-by: cadmic &lt;cadmic24@gmail.com&gt;

* Wrap all of __osProbeTLB in noreorder

---------

Co-authored-by: cadmic &lt;cadmic24@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Move build.c definitions to the makefile, introduce and use libultra version defines in libultra instead of PLATFORM defines (#2353)</title>
<updated>2024-12-14T01:28:28+00:00</updated>
<author>
<name>Tharo</name>
<email>17233964+Thar0@users.noreply.github.com</email>
</author>
<published>2024-12-14T01:28:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=9170902f8d4375a145b513963646dbf58949fb9a'/>
<id>9170902f8d4375a145b513963646dbf58949fb9a</id>
<content type='text'>
* Move build.c definitions to the makefile, introduce and use libultra version defines in libultra instead of PLATFORM defines

* MAJOR+MINOR versions -&gt; VERSION+PATCH, stringify build defines in makefile, let the libultra version determine the OPTFLAGS for libultra files

* Clang format moment

* Remove LIBULTRA_VERSION_ID, tweak OS_VERSION and libultra version definitions

* Better fix for formatting problems</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Move build.c definitions to the makefile, introduce and use libultra version defines in libultra instead of PLATFORM defines

* MAJOR+MINOR versions -&gt; VERSION+PATCH, stringify build defines in makefile, let the libultra version determine the OPTFLAGS for libultra files

* Clang format moment

* Remove LIBULTRA_VERSION_ID, tweak OS_VERSION and libultra version definitions

* Better fix for formatting problems</pre>
</div>
</content>
</entry>
<entry>
<title>N64 ROM header (#2157)</title>
<updated>2024-09-07T17:49:21+00:00</updated>
<author>
<name>cadmic</name>
<email>cadmic24@gmail.com</email>
</author>
<published>2024-09-07T17:49:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=c27b83ac29a7c143ab8193682355cfab44f86f63'/>
<id>c27b83ac29a7c143ab8193682355cfab44f86f63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce OOT_VERSION and OOT_REGION defines for build info and ROM header (#2003)</title>
<updated>2024-07-28T04:46:55+00:00</updated>
<author>
<name>cadmic</name>
<email>cadmic24@gmail.com</email>
</author>
<published>2024-07-28T04:46:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=ec5068c58d3c40d188c9a59791e5562bff38ce3e'/>
<id>ec5068c58d3c40d188c9a59791e5562bff38ce3e</id>
<content type='text'>
* Use version defines for build info and ROM header

* Use existing REGION_ defines for OOT_REGION instead</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use version defines for build info and ROM header

* Use existing REGION_ defines for OOT_REGION instead</pre>
</div>
</content>
</entry>
<entry>
<title>Configure incbins in version config instead of using the Debug ROM (#2005)</title>
<updated>2024-07-28T04:24:13+00:00</updated>
<author>
<name>cadmic</name>
<email>cadmic24@gmail.com</email>
</author>
<published>2024-07-28T04:24:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=5515aa170567f1dd52b625a5adae7619ccdde291'/>
<id>5515aa170567f1dd52b625a5adae7619ccdde291</id>
<content type='text'>
* Run CPP for data/*.s

* Configure incbins in version config instead of using the Debug ROM</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Run CPP for data/*.s

* Configure incbins in version config instead of using the Debug ROM</pre>
</div>
</content>
</entry>
<entry>
<title>Rework rom_header.s (#1932)</title>
<updated>2024-03-23T17:06:00+00:00</updated>
<author>
<name>Tharo</name>
<email>17233964+Thar0@users.noreply.github.com</email>
</author>
<published>2024-03-23T17:06:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=ea72e87e92a85b42a828af4bb345b156fea7e820'/>
<id>ea72e87e92a85b42a828af4bb345b156fea7e820</id>
<content type='text'>
* Rework rom_header.s

* Offset comments, spaces in libultra version

* Adjust some comments, remove value arg from checksum macro</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Rework rom_header.s

* Offset comments, spaces in libultra version

* Adjust some comments, remove value arg from checksum macro</pre>
</div>
</content>
</entry>
</feed>
