<feed xmlns='http://www.w3.org/2005/Atom'>
<title>oot, 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>Fix 8 incorrect hanzi in charmap.chn.txt and extract_text.py (#2827)</title>
<updated>2026-09-14T12:15:11+00:00</updated>
<author>
<name>ChaseDream</name>
<email>1129chasedream@gmail.com</email>
</author>
<published>2026-09-14T12:15:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=c2aff68a86400830e0264a07024214671d4161a7'/>
<id>c2aff68a86400830e0264a07024214671d4161a7</id>
<content type='text'>
Second pair of eyes for #2383: manually re-checked the extracted hanzi against the in-game message font glyphs and their message context. 8 entries were misread lookalikes; codepoints are unchanged so this only affects the human-readable labels, not the extracted bytes.

- ⋯ (U+22EF) → … (U+2026) @0xA109 — the font glyph matches the standard horizontal ellipsis
- 蠃 → 赢 @0xA12E — 000F "你贏啦！！" (bombchu bowling prize); 蠃 is a snail/clam, the glyph re-reads as 赢
- 噓 → 嘘 @0xA5DA — simplified form used throughout the simplified text
- 咩 → 哞 @0xA5F1 — message 2006, a cow talking about producing milk; 咩 is a sheep's bleat, 哞 a cow's moo (牛, not 羊, on the right)
- 亳 → 毫 @0xA605 — 201B "一根毫毛" (a single hair); 亳 is a place name, the glyph lacks its extra upper-right stroke
- 汊 → 汉 @0xA621 — 203F "懶漢" / 404E "男子漢" (lazy fellow / manly man); 汊 means a stream branch
- 鰓 → 鳃 @0xA68E — simplified form (fish gill)
- 寃 → 冤 @0xA75B — standard form (寃 is the variant spelling)
Apply the same replacements to CHN_CHARS in tools/extract_text.py (extraction charmap) so the build matches; charmap.chn.txt is used for building, CHN_CHARS for extraction.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Second pair of eyes for #2383: manually re-checked the extracted hanzi against the in-game message font glyphs and their message context. 8 entries were misread lookalikes; codepoints are unchanged so this only affects the human-readable labels, not the extracted bytes.

- ⋯ (U+22EF) → … (U+2026) @0xA109 — the font glyph matches the standard horizontal ellipsis
- 蠃 → 赢 @0xA12E — 000F "你贏啦！！" (bombchu bowling prize); 蠃 is a snail/clam, the glyph re-reads as 赢
- 噓 → 嘘 @0xA5DA — simplified form used throughout the simplified text
- 咩 → 哞 @0xA5F1 — message 2006, a cow talking about producing milk; 咩 is a sheep's bleat, 哞 a cow's moo (牛, not 羊, on the right)
- 亳 → 毫 @0xA605 — 201B "一根毫毛" (a single hair); 亳 is a place name, the glyph lacks its extra upper-right stroke
- 汊 → 汉 @0xA621 — 203F "懶漢" / 404E "男子漢" (lazy fellow / manly man); 汊 means a stream branch
- 鰓 → 鳃 @0xA68E — simplified form (fish gill)
- 寃 → 冤 @0xA75B — standard form (寃 is the variant spelling)
Apply the same replacements to CHN_CHARS in tools/extract_text.py (extraction charmap) so the build matches; charmap.chn.txt is used for building, CHN_CHARS for extraction.</pre>
</div>
</content>
</entry>
<entry>
<title>Apply includes style to `src/code/z_[r-z].*.c` (#2824)</title>
<updated>2026-09-04T19:12:50+00:00</updated>
<author>
<name>Dragorn421</name>
<email>Dragorn421@users.noreply.github.com</email>
</author>
<published>2026-09-04T19:12:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=cbe814b25455f14a343a7457c4b1c92af40ede6a'/>
<id>cbe814b25455f14a343a7457c4b1c92af40ede6a</id>
<content type='text'>
* Apply includes style to `src/code/z_[r-z].c`

* fixup</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Apply includes style to `src/code/z_[r-z].c`

* fixup</pre>
</div>
</content>
</entry>
<entry>
<title>z_scene Some comments and function names (#2808)</title>
<updated>2026-09-02T16:59:35+00:00</updated>
<author>
<name>djevangelia</name>
<email>263709373+djevangelia@users.noreply.github.com</email>
</author>
<published>2026-09-02T16:59:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=749e232dc3ad98e66a0b25336d1ea55504371f78'/>
<id>749e232dc3ad98e66a0b25336d1ea55504371f78</id>
<content type='text'>
* z_scene Some comments and function names

* review changes

* further fixing from comments

* vromAddr

---------

Co-authored-by: djevangelia &lt;djevangelia&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* z_scene Some comments and function names

* review changes

* further fixing from comments

* vromAddr

---------

Co-authored-by: djevangelia &lt;djevangelia&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Document an includes style, apply to z_demo.c and z_play.c (#2803)</title>
<updated>2026-09-01T16:58:33+00:00</updated>
<author>
<name>Dragorn421</name>
<email>Dragorn421@users.noreply.github.com</email>
</author>
<published>2026-09-01T16:58:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=6c29db8fa64e7998e4ca201a41bca6d8f1e1b21c'/>
<id>6c29db8fa64e7998e4ca201a41bca6d8f1e1b21c</id>
<content type='text'>
* Document an includes style, apply to z_demo.c and z_play.c

* "reverse" style includes

* bss

* clarify what a "main header" is

* Update docs/includes.md

Co-authored-by: Tharo &lt;tharo10600@gmail.com&gt;

* Update docs/includes.md

---------

Co-authored-by: Tharo &lt;tharo10600@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Document an includes style, apply to z_demo.c and z_play.c

* "reverse" style includes

* bss

* clarify what a "main header" is

* Update docs/includes.md

Co-authored-by: Tharo &lt;tharo10600@gmail.com&gt;

* Update docs/includes.md

---------

Co-authored-by: Tharo &lt;tharo10600@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[cc0 oot] object_zf and z_en_zf (#2791)</title>
<updated>2026-08-31T16:59:24+00:00</updated>
<author>
<name>Dragorn421</name>
<email>Dragorn421@users.noreply.github.com</email>
</author>
<published>2026-08-31T16:59:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=d01089e81a9fa88086e547f2a7770d193c234d09'/>
<id>d01089e81a9fa88086e547f2a7770d193c234d09</id>
<content type='text'>
* [cc0 oot] object_zf and z_en_zf

* fixups

* ENZF_TYPE_LIZALFOS_PAIRED_ -&gt; ENZF_TYPE_LIZALFOS_PAIRED_MINIBOSS_

* EnZf cleanup</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [cc0 oot] object_zf and z_en_zf

* fixups

* ENZF_TYPE_LIZALFOS_PAIRED_ -&gt; ENZF_TYPE_LIZALFOS_PAIRED_MINIBOSS_

* EnZf cleanup</pre>
</div>
</content>
</entry>
<entry>
<title>Document pass on WaterBox code (#2695)</title>
<updated>2026-08-31T16:46:13+00:00</updated>
<author>
<name>mzxrules</name>
<email>mzxrules@gmail.com</email>
</author>
<published>2026-08-31T16:46:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=176a0bc02ac59d5abb3cae9a676ca855c2501266'/>
<id>176a0bc02ac59d5abb3cae9a676ca855c2501266</id>
<content type='text'>
* Document pass on WaterBox code

* implement suggestions, missing comment

---------

Co-authored-by: Dragorn421 &lt;Dragorn421@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Document pass on WaterBox code

* implement suggestions, missing comment

---------

Co-authored-by: Dragorn421 &lt;Dragorn421@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[cc0 oot] z_vis* (#2782)</title>
<updated>2026-08-31T16:36:25+00:00</updated>
<author>
<name>Dragorn421</name>
<email>Dragorn421@users.noreply.github.com</email>
</author>
<published>2026-08-31T16:36:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=6bc695cc14265a9b9803ce00c96e22e668bd5395'/>
<id>6bc695cc14265a9b9803ce00c96e22e668bd5395</id>
<content type='text'>
* [cc0 oot] z_vis*

* bss

* docs

* fixup

* further vis docs

* add FbFilterType enum

* bss

* gfxP</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [cc0 oot] z_vis*

* bss

* docs

* fixup

* further vis docs

* add FbFilterType enum

* bss

* gfxP</pre>
</div>
</content>
</entry>
<entry>
<title>[cc0 oot] EnFish (#2792)</title>
<updated>2026-08-31T16:22:17+00:00</updated>
<author>
<name>Dragorn421</name>
<email>Dragorn421@users.noreply.github.com</email>
</author>
<published>2026-08-31T16:22:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=7dbd31ab0b5b8db369b96ae17a0a0b01ada328ea'/>
<id>7dbd31ab0b5b8db369b96ae17a0a0b01ada328ea</id>
<content type='text'>
* [cc0 oot] EnFish

* bring changes to external files

* EnFish actionFunc typedef

* EnFish move variable assigns into decls

* format</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [cc0 oot] EnFish

* bring changes to external files

* EnFish actionFunc typedef

* EnFish move variable assigns into decls

* format</pre>
</div>
</content>
</entry>
<entry>
<title>[cc0 oot] Biri (#2794)</title>
<updated>2026-08-31T16:03:49+00:00</updated>
<author>
<name>Dragorn421</name>
<email>Dragorn421@users.noreply.github.com</email>
</author>
<published>2026-08-31T16:03:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=1e2bd9e46a30551b99e53b5626a8082e4f01be48'/>
<id>1e2bd9e46a30551b99e53b5626a8082e4f01be48</id>
<content type='text'>
* [cc0 oot] Biri

* name biri anims (by usage, Z64Utils cant preview them)

* fixup bari/biri mixup

* EnBili cleanup

* biri cleanup

* biri: merge var ini with decl</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [cc0 oot] Biri

* name biri anims (by usage, Z64Utils cant preview them)

* fixup bari/biri mixup

* EnBili cleanup

* biri cleanup

* biri: merge var ini with decl</pre>
</div>
</content>
</entry>
<entry>
<title>gActorSetupDls (#2802)</title>
<updated>2026-08-31T15:55:26+00:00</updated>
<author>
<name>Derek Hensley</name>
<email>hensley.derek58@gmail.com</email>
</author>
<published>2026-08-31T15:55:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=aceaa1325d3ae0c07e58e3bebf02b18c1d1bfae2'/>
<id>aceaa1325d3ae0c07e58e3bebf02b18c1d1bfae2</id>
<content type='text'>
* gActorSetupXluDL

* gActorSetupOpaDL

* ACTOR_SETUP_OPA_DL

* BSS

* Some more usages of ACTOR_SETUP_OPA_DL

* docs

---------

Co-authored-by: Dragorn421 &lt;Dragorn421@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gActorSetupXluDL

* gActorSetupOpaDL

* ACTOR_SETUP_OPA_DL

* BSS

* Some more usages of ACTOR_SETUP_OPA_DL

* docs

---------

Co-authored-by: Dragorn421 &lt;Dragorn421@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
</feed>
