<feed xmlns='http://www.w3.org/2005/Atom'>
<title>oot/include/n64dd.h, 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>Document src/n64dd/n64dd_error_headers.c (#2667)</title>
<updated>2026-02-21T08:17:30+00:00</updated>
<author>
<name>Gabriel Ravier</name>
<email>gabravier@gmail.com</email>
</author>
<published>2026-02-21T08:17:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=5ab42786f43b09060d6382a9d8c33102e75cc548'/>
<id>5ab42786f43b09060d6382a9d8c33102e75cc548</id>
<content type='text'>
* Document src/n64dd/n64dd_error_headers.c

* Incorporate feedback from PR review.

(see also https://github.com/zeldaret/oot/pull/2667)

* Put translation of gN64DDLocalizedErrorNumberHeaders[0] in a line comment

(From feedback to https://github.com/zeldaret/oot/pull/2667)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Document src/n64dd/n64dd_error_headers.c

* Incorporate feedback from PR review.

(see also https://github.com/zeldaret/oot/pull/2667)

* Put translation of gN64DDLocalizedErrorNumberHeaders[0] in a line comment

(From feedback to https://github.com/zeldaret/oot/pull/2667)</pre>
</div>
</content>
</entry>
<entry>
<title>Document N64DD data buffer (#2665)</title>
<updated>2025-11-20T23:49:16+00:00</updated>
<author>
<name>Gabriel Ravier</name>
<email>gabravier@gmail.com</email>
</author>
<published>2025-11-20T23:49:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=eb5dac74d6435baf85ced9158d3ff915ba8872ca'/>
<id>eb5dac74d6435baf85ced9158d3ff915ba8872ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove "z64" prefix from all headers (#2518)</title>
<updated>2025-06-04T18:38:33+00:00</updated>
<author>
<name>fig02</name>
<email>fig02srl@gmail.com</email>
</author>
<published>2025-06-04T18:38:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=28cc9d68cfe4a037eb232d5465b84a943539bca3'/>
<id>28cc9d68cfe4a037eb232d5465b84a943539bca3</id>
<content type='text'>
* z64 - a

* z64 - b

* z64 - c

* z64 - d

* z64 - e

* z64 - f

* z64 - g

* z64 - h

* z64 - i

* z64 - l

* z64 - m

* z64 - o

* z64 - p

* z64 - q

* z64 - r

* z64 - s

* z64 - t

* z64 - v

* restore file

* fix merge

* 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>
* z64 - a

* z64 - b

* z64 - c

* z64 - d

* z64 - e

* z64 - f

* z64 - g

* z64 - h

* z64 - i

* z64 - l

* z64 - m

* z64 - o

* z64 - p

* z64 - q

* z64 - r

* z64 - s

* z64 - t

* z64 - v

* restore file

* fix merge

* fix merge

---------

Co-authored-by: Dragorn421 &lt;Dragorn421@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[PAL N64] Match z_message.c (#2202)</title>
<updated>2024-09-25T21:41:08+00:00</updated>
<author>
<name>cadmic</name>
<email>cadmic24@gmail.com</email>
</author>
<published>2024-09-25T21:41:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=0acaed6d17afb9b47de50628d8afb8df009a2dc9'/>
<id>0acaed6d17afb9b47de50628d8afb8df009a2dc9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ntsc-1.2] Import n64dd code from Decompollaborate/n64dd (#2136)</title>
<updated>2024-09-07T18:37:15+00:00</updated>
<author>
<name>cadmic</name>
<email>cadmic24@gmail.com</email>
</author>
<published>2024-09-07T18:37:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=e52d135e15be227326b58d75d6779fbb1db6f232'/>
<id>e52d135e15be227326b58d75d6779fbb1db6f232</id>
<content type='text'>
* Import n64dd code from Decompollaborate/n64dd

Co-authored-by: Anghelo Carvajal &lt;angheloalf95@gmail.com&gt;
Co-authored-by: Elliptic Ellipsis &lt;elliptic.ellipsis@gmail.com&gt;

* Don't stub out missing textures

* Remove @brief

* Add low-effort file comments

* Match OoT if style

* Fix n64dd matching due to int vs long

* Fix English n64dd error textures

* Compress n64dd segment

* Align n64dd to 0x40

---------

Co-authored-by: Anghelo Carvajal &lt;angheloalf95@gmail.com&gt;
Co-authored-by: Elliptic Ellipsis &lt;elliptic.ellipsis@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Import n64dd code from Decompollaborate/n64dd

Co-authored-by: Anghelo Carvajal &lt;angheloalf95@gmail.com&gt;
Co-authored-by: Elliptic Ellipsis &lt;elliptic.ellipsis@gmail.com&gt;

* Don't stub out missing textures

* Remove @brief

* Add low-effort file comments

* Match OoT if style

* Fix n64dd matching due to int vs long

* Fix English n64dd error textures

* Compress n64dd segment

* Align n64dd to 0x40

---------

Co-authored-by: Anghelo Carvajal &lt;angheloalf95@gmail.com&gt;
Co-authored-by: Elliptic Ellipsis &lt;elliptic.ellipsis@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[ntsc-1.2] Match z_map_exp.c, z_map_mark.c (#2140)</title>
<updated>2024-09-07T08:43:23+00:00</updated>
<author>
<name>cadmic</name>
<email>cadmic24@gmail.com</email>
</author>
<published>2024-09-07T08:43:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=35cfc075909e5244fe42a3c6ae30ac33e721d33d'/>
<id>35cfc075909e5244fe42a3c6ae30ac33e721d33d</id>
<content type='text'>
* Match z_map_exp.c, z_map_mark.c

* Format

* DMA_REQUEST_SYNC -&gt; DmaMgr_RequestSync

* Remove Gfx forward declaration</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Match z_map_exp.c, z_map_mark.c

* Format

* DMA_REQUEST_SYNC -&gt; DmaMgr_RequestSync

* Remove Gfx forward declaration</pre>
</div>
</content>
</entry>
<entry>
<title>[ntsc-1.2] Match z_message.c (#2098)</title>
<updated>2024-09-04T19:03:58+00:00</updated>
<author>
<name>Dragorn421</name>
<email>Dragorn421@users.noreply.github.com</email>
</author>
<published>2024-09-04T19:03:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=376f9852d088003b5e1cc15e599131991de20516'/>
<id>376f9852d088003b5e1cc15e599131991de20516</id>
<content type='text'>
* match Message_ResetOcarinaNoteState, Message_DrawTextChar

* match Message_OpenText

* Match Message_SetTables

* Match Message_StartTextbox

* forgor #if

* format

* match Message_DrawMain (ty inspect)

* review</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* match Message_ResetOcarinaNoteState, Message_DrawTextChar

* match Message_OpenText

* Match Message_SetTables

* Match Message_StartTextbox

* forgor #if

* format

* match Message_DrawMain (ty inspect)

* review</pre>
</div>
</content>
</entry>
<entry>
<title>[ntsc-1.2] Organize n64dd declarations and convert to 1.0 addresses (#2127)</title>
<updated>2024-09-04T18:56:24+00:00</updated>
<author>
<name>cadmic</name>
<email>cadmic24@gmail.com</email>
</author>
<published>2024-09-04T18:56:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=8153c952f6d74e29b12aa03f1503530d5a39e732'/>
<id>8153c952f6d74e29b12aa03f1503530d5a39e732</id>
<content type='text'>
* Reorganize n64dd declarations

* Fix bss

* Really fix bss</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Reorganize n64dd declarations

* Fix bss

* Really fix bss</pre>
</div>
</content>
</entry>
<entry>
<title>Run CC_CHECK in CI (#2109)</title>
<updated>2024-09-04T07:15:52+00:00</updated>
<author>
<name>cadmic</name>
<email>cadmic24@gmail.com</email>
</author>
<published>2024-09-04T07:15:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=eab37fe54a5ad7227e7db2fffb290ce3eeed228f'/>
<id>eab37fe54a5ad7227e7db2fffb290ce3eeed228f</id>
<content type='text'>
* Run CC_CHECK in CI

* Fix n64dd.h (guess this is why we need this change)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Run CC_CHECK in CI

* Fix n64dd.h (guess this is why we need this change)</pre>
</div>
</content>
</entry>
<entry>
<title>[ntsc-1.2] Match game.c, z_play.c, z_room.c (#2117)</title>
<updated>2024-09-04T05:46:41+00:00</updated>
<author>
<name>cadmic</name>
<email>cadmic24@gmail.com</email>
</author>
<published>2024-09-04T05:46:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=e7cf2fceac67295010801346f3115a4363545db6'/>
<id>e7cf2fceac67295010801346f3115a4363545db6</id>
<content type='text'>
* Match z_room.c

* Match game.c and z_play.c

* Add undefined syms

* Rewrite condition based on other file matches</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Match z_room.c

* Match game.c and z_play.c

* Add undefined syms

* Rewrite condition based on other file matches</pre>
</div>
</content>
</entry>
</feed>
