<feed xmlns='http://www.w3.org/2005/Atom'>
<title>oot/assets, 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>[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>[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>[cc0 oot] bowling things (#2793)</title>
<updated>2026-08-31T15:46:12+00:00</updated>
<author>
<name>Dragorn421</name>
<email>Dragorn421@users.noreply.github.com</email>
</author>
<published>2026-08-31T15:46:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=e5daae28501ac1bab73ffab4a3bf3693b79155bc'/>
<id>e5daae28501ac1bab73ffab4a3bf3693b79155bc</id>
<content type='text'>
* [cc0 oot] bowling things

* bowling fixups

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

* bowling fixups

* bowling things cleanup</pre>
</div>
</content>
</entry>
<entry>
<title>[cc0 oot] Bari (#2795)</title>
<updated>2026-08-31T15:37:51+00:00</updated>
<author>
<name>Dragorn421</name>
<email>Dragorn421@users.noreply.github.com</email>
</author>
<published>2026-08-31T15:37:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=fe068a1396133aaa24a846a0a9eb5208d67d2277'/>
<id>fe068a1396133aaa24a846a0a9eb5208d67d2277</id>
<content type='text'>
* [cc0 oot] Bari

* revert using biri params

* EnVali cleanup

* bari cleanup

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

* revert using biri params

* EnVali cleanup

* bari cleanup

* bari cleanup</pre>
</div>
</content>
</entry>
<entry>
<title>[cc0 oot] Keese (#2798)</title>
<updated>2026-08-31T15:29:52+00:00</updated>
<author>
<name>Dragorn421</name>
<email>Dragorn421@users.noreply.github.com</email>
</author>
<published>2026-08-31T15:29:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=761db13884c79589d002bf8bdf35940f2b420de2'/>
<id>761db13884c79589d002bf8bdf35940f2b420de2</id>
<content type='text'>
* [cc0 oot] Keese

* bodyType -&gt; bodyElementalType

* cleanup EnFirefly

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

* bodyType -&gt; bodyElementalType

* cleanup EnFirefly

* keese cleanup</pre>
</div>
</content>
</entry>
<entry>
<title>[cc0 oot] BgDyYoseizo (#2796)</title>
<updated>2026-08-31T15:21:31+00:00</updated>
<author>
<name>Dragorn421</name>
<email>Dragorn421@users.noreply.github.com</email>
</author>
<published>2026-08-31T15:21:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=e9b8786fcb0f4a588d03b067b9c3b7d87522c9ec'/>
<id>e9b8786fcb0f4a588d03b067b9c3b7d87522c9ec</id>
<content type='text'>
* [cc0 oot] BgDyYoseizo

* BgDyYoseizo small cleanup

* bgdyyoseizo comment on D_80875440</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [cc0 oot] BgDyYoseizo

* BgDyYoseizo small cleanup

* bgdyyoseizo comment on D_80875440</pre>
</div>
</content>
</entry>
<entry>
<title>Document `EnIn` (AKA the hard-working Ingo) (#2778)</title>
<updated>2026-08-19T12:03:48+00:00</updated>
<author>
<name>Jordan Longstaff</name>
<email>JordanLongstaff@users.noreply.github.com</email>
</author>
<published>2026-08-19T12:03:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=58d06849af4d6d71b07a08e790c456ef54284a03'/>
<id>58d06849af4d6d71b07a08e790c456ef54284a03</id>
<content type='text'>
* Document `EnIn` (AKA the hard-working Ingo)

* Fix variable references

* Revert switch

* Rename race outcome functions for clarity

* Apply suggestions</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Document `EnIn` (AKA the hard-working Ingo)

* Fix variable references

* Revert switch

* Rename race outcome functions for clarity

* Apply suggestions</pre>
</div>
</content>
</entry>
<entry>
<title>[cc0 oot] gameplay_keep (#2781)</title>
<updated>2026-08-05T16:32:02+00:00</updated>
<author>
<name>Dragorn421</name>
<email>Dragorn421@users.noreply.github.com</email>
</author>
<published>2026-08-05T16:32:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=a883cd019a6952d53e6f76c2882c79c4e6cb2c31'/>
<id>a883cd019a6952d53e6f76c2882c79c4e6cb2c31</id>
<content type='text'>
* [cc0 oot] gameplay_keep

* gFishIn{Air,Water}Anim</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [cc0 oot] gameplay_keep

* gFishIn{Air,Water}Anim</pre>
</div>
</content>
</entry>
<entry>
<title>[cc0 oot] object_tp and z_en_tp (#2785)</title>
<updated>2026-08-04T04:49:47+00:00</updated>
<author>
<name>Dragorn421</name>
<email>Dragorn421@users.noreply.github.com</email>
</author>
<published>2026-08-04T04:49:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=c24098a6f4c8e1bb80f5a5ae33fcaded9679b134'/>
<id>c24098a6f4c8e1bb80f5a5ae33fcaded9679b134</id>
<content type='text'>
* [cc0 oot] object_tp and z_en_tp

* docs

* fixup</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [cc0 oot] object_tp and z_en_tp

* docs

* fixup</pre>
</div>
</content>
</entry>
</feed>
