<feed xmlns='http://www.w3.org/2005/Atom'>
<title>oot/src/boot/build.c, 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>variables.h: migrate all remaining varaibles, remove other dependencies except z64.h (#2505)</title>
<updated>2025-04-16T12:22:42+00:00</updated>
<author>
<name>fig02</name>
<email>fig02srl@gmail.com</email>
</author>
<published>2025-04-16T12:22:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=655ec771387927eda89d89b5bc2751192b075909'/>
<id>655ec771387927eda89d89b5bc2751192b075909</id>
<content type='text'>
* move remaining variables from variables.h

* fix other dependencies

* extra newline

* fix and adjust comment

* is this the problem

* fix bss</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* move remaining variables from variables.h

* fix other dependencies

* extra newline

* fix and adjust comment

* is this the problem

* fix bss</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>[PAL N64] Set up build system and extract assets for pal-1.0 and pal-1.1 (#2205)</title>
<updated>2024-09-26T19:19:23+00:00</updated>
<author>
<name>cadmic</name>
<email>cadmic24@gmail.com</email>
</author>
<published>2024-09-26T19:19:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=2f3c8084c9dde7452c6fa3380b17dcc40b9385fa'/>
<id>2f3c8084c9dde7452c6fa3380b17dcc40b9385fa</id>
<content type='text'>
* [PAL N64] Set up build system and extract assets

* TOOD -&gt; TODO

* Apparently this is what the formatter wants</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [PAL N64] Set up build system and extract assets

* TOOD -&gt; TODO

* Apparently this is what the formatter wants</pre>
</div>
</content>
</entry>
<entry>
<title>rename gBuildTeam to gBuildCreator (#2160)</title>
<updated>2024-09-07T20:02:01+00:00</updated>
<author>
<name>fig02</name>
<email>fig02srl@gmail.com</email>
</author>
<published>2024-09-07T20:02:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=27533a150780934296e992c8975c7ea96e0148d4'/>
<id>27533a150780934296e992c8975c7ea96e0148d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add all N64 version defines (#2095)</title>
<updated>2024-08-26T15:43:59+00:00</updated>
<author>
<name>cadmic</name>
<email>cadmic24@gmail.com</email>
</author>
<published>2024-08-26T15:43:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=37955748782bd1b3019d4192543b518c39312793'/>
<id>37955748782bd1b3019d4192543b518c39312793</id>
<content type='text'>
* Add all N64 ROMs to versions.h

* Remove OOT_ prefix from version defines

* Make it pretty</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add all N64 ROMs to versions.h

* Remove OOT_ prefix from version defines

* Make it pretty</pre>
</div>
</content>
</entry>
<entry>
<title>Add versions.h (#2060)</title>
<updated>2024-08-20T21:19:16+00:00</updated>
<author>
<name>Dragorn421</name>
<email>Dragorn421@users.noreply.github.com</email>
</author>
<published>2024-08-20T21:19:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=ac2224f095367073c53f9fd719eee3884d7b67ab'/>
<id>ac2224f095367073c53f9fd719eee3884d7b67ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set up build system and disassembly for ntsc-1.2 (#2021)</title>
<updated>2024-08-11T10:20:43+00:00</updated>
<author>
<name>cadmic</name>
<email>cadmic24@gmail.com</email>
</author>
<published>2024-08-11T10:20:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=8366b8731e27c28a18e3431cdda561d8661753f0'/>
<id>8366b8731e27c28a18e3431cdda561d8661753f0</id>
<content type='text'>
* Set up build system for ntsc-1.2

* Set up disassembly for ntsc-1.2

* Add all unnamed functions to functions.txt

* Update docs/retail_versions.md for ntsc-1.2

* Format

* Update docs/retail_versions.md

Co-authored-by: Dragorn421 &lt;Dragorn421@users.noreply.github.com&gt;

* Remove mention of US

* OOT_N64 -&gt; PLATFORM_N64, OOT_GC -&gt; PLATFORM_GC

* Move mtxutil to libultra/gu

* Fix libultra/io bss splits

* Fix merge

---------

Co-authored-by: Dragorn421 &lt;Dragorn421@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Set up build system for ntsc-1.2

* Set up disassembly for ntsc-1.2

* Add all unnamed functions to functions.txt

* Update docs/retail_versions.md for ntsc-1.2

* Format

* Update docs/retail_versions.md

Co-authored-by: Dragorn421 &lt;Dragorn421@users.noreply.github.com&gt;

* Remove mention of US

* OOT_N64 -&gt; PLATFORM_N64, OOT_GC -&gt; PLATFORM_GC

* Move mtxutil to libultra/gu

* Fix libultra/io bss splits

* Fix merge

---------

Co-authored-by: Dragorn421 &lt;Dragorn421@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Match remaining GC retail versions (#2019)</title>
<updated>2024-08-10T00:58:46+00:00</updated>
<author>
<name>cadmic</name>
<email>cadmic24@gmail.com</email>
</author>
<published>2024-08-10T00:58:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=d495436190f246c1e79ed6879206d59b2fab6fd4'/>
<id>d495436190f246c1e79ed6879206d59b2fab6fd4</id>
<content type='text'>
* Match the remaining GC retail versions

* Fix BSS ordering for existing versions

* Disable clang-format for #pragma increment_block_number

* sramResetCode -&gt; sSramResetCode

* Replace 0xFF3F with or-ing all buttons together

* Revert "Disable clang-format for #pragma increment_block_number"

This reverts commit 406b6d26c92911c676a7ea9f07a1612211760e11.

---------

Co-authored-by: Dragorn421 &lt;Dragorn421@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Match the remaining GC retail versions

* Fix BSS ordering for existing versions

* Disable clang-format for #pragma increment_block_number

* sramResetCode -&gt; sSramResetCode

* Replace 0xFF3F with or-ing all buttons together

* Revert "Disable clang-format for #pragma increment_block_number"

This reverts commit 406b6d26c92911c676a7ea9f07a1612211760e11.

---------

Co-authored-by: Dragorn421 &lt;Dragorn421@users.noreply.github.com&gt;</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>Set up gc-eu and match all code (#1938)</title>
<updated>2024-04-15T17:36:29+00:00</updated>
<author>
<name>cadmic</name>
<email>cadmic24@gmail.com</email>
</author>
<published>2024-04-15T17:36:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=d59ca6cea2c074367e03406e2dac939c1522cc29'/>
<id>d59ca6cea2c074367e03406e2dac939c1522cc29</id>
<content type='text'>
* Set up gc-eu and match all code

* Format

* Mark gc-eu-mq as WIP until it builds OK

* Move original/MQ map mark data to separate files

* Add #includes to .inc.c files to help out VS Code

* Use #if in spec instead of .inc.c files</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Set up gc-eu and match all code

* Format

* Mark gc-eu-mq as WIP until it builds OK

* Move original/MQ map mark data to separate files

* Add #includes to .inc.c files to help out VS Code

* Use #if in spec instead of .inc.c files</pre>
</div>
</content>
</entry>
</feed>
