<feed xmlns='http://www.w3.org/2005/Atom'>
<title>oot/assets/xml/objects/object_firefly.xml, 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>Remove OutName from xmls (both on File and Texture) (#2596)</title>
<updated>2025-06-06T20:07:53+00:00</updated>
<author>
<name>Dragorn421</name>
<email>Dragorn421@users.noreply.github.com</email>
</author>
<published>2025-06-06T20:07:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=7a816391bbb9584a5047a927dfd069414061927f'/>
<id>7a816391bbb9584a5047a927dfd069414061927f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add various undocumented resources in xmls 2 (#2594)</title>
<updated>2025-06-06T17:24:44+00:00</updated>
<author>
<name>Dragorn421</name>
<email>Dragorn421@users.noreply.github.com</email>
</author>
<published>2025-06-06T17:24:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=f73e56481782858b13a7122738ba47322a2b4e1e'/>
<id>f73e56481782858b13a7122738ba47322a2b4e1e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Vtx[] resources in xmls for (partially) documented assets 4 (#2567)</title>
<updated>2025-06-04T03:39:06+00:00</updated>
<author>
<name>Dragorn421</name>
<email>Dragorn421@users.noreply.github.com</email>
</author>
<published>2025-06-04T03:39:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=f51e3e8ab2758f31bce636b0028f9e260c913f24'/>
<id>f51e3e8ab2758f31bce636b0028f9e260c913f24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ZAPD update: Gotta go fast! (#877)</title>
<updated>2021-07-28T02:16:03+00:00</updated>
<author>
<name>Anghelo Carvajal</name>
<email>angheloalf95@gmail.com</email>
</author>
<published>2021-07-28T02:16:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=5c147e5e03e9d693213537101f56d3a6eb53f16a'/>
<id>5c147e5e03e9d693213537101f56d3a6eb53f16a</id>
<content type='text'>
* copy over the xml

* Rename anims

* A bunch of renames

* minor extract_assets fixes

* git subrepo pull --force tools/ZAPD

subrepo:
  subdir:   "tools/ZAPD"
  merged:   "820678b4e"
upstream:
  origin:   "https://github.com/zeldaret/ZAPD.git"
  branch:   "master"
  commit:   "820678b4e"
git-subrepo:
  version:  "0.4.3"
  origin:   "???"
  commit:   "???"

* Change rgb5a1 to rgba16

* eye and eyebrows

* some dlists

* git subrepo pull --force tools/ZAPD

subrepo:
  subdir:   "tools/ZAPD"
  merged:   "6be9af65d"
upstream:
  origin:   "https://github.com/zeldaret/ZAPD.git"
  branch:   "master"
  commit:   "6be9af65d"
git-subrepo:
  version:  "0.4.3"
  origin:   "???"
  commit:   "???"</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* copy over the xml

* Rename anims

* A bunch of renames

* minor extract_assets fixes

* git subrepo pull --force tools/ZAPD

subrepo:
  subdir:   "tools/ZAPD"
  merged:   "820678b4e"
upstream:
  origin:   "https://github.com/zeldaret/ZAPD.git"
  branch:   "master"
  commit:   "820678b4e"
git-subrepo:
  version:  "0.4.3"
  origin:   "???"
  commit:   "???"

* Change rgb5a1 to rgba16

* eye and eyebrows

* some dlists

* git subrepo pull --force tools/ZAPD

subrepo:
  subdir:   "tools/ZAPD"
  merged:   "6be9af65d"
upstream:
  origin:   "https://github.com/zeldaret/ZAPD.git"
  branch:   "master"
  commit:   "6be9af65d"
git-subrepo:
  version:  "0.4.3"
  origin:   "???"
  commit:   "???"</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some fixable warnings (#728)</title>
<updated>2021-03-23T23:45:42+00:00</updated>
<author>
<name>Anghelo Carvajal</name>
<email>angheloalf95@gmail.com</email>
</author>
<published>2021-03-23T23:45:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=5562b2ef6f582c69e20b0d7c2a3f56bcc252a5d2'/>
<id>5562b2ef6f582c69e20b0d7c2a3f56bcc252a5d2</id>
<content type='text'>
* Fix setup warnings

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* Casting the problems away

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* I don't really like changing the type to void

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* We're out of EARLY hell

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* ./format.sh

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* Change skel type to "Normal"

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* Changes requested

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* suggestion of roman

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* early is back :c

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* This will be a fix in ZAPD

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix setup warnings

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* Casting the problems away

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* I don't really like changing the type to void

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* We're out of EARLY hell

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* ./format.sh

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* Change skel type to "Normal"

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* Changes requested

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* suggestion of roman

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* early is back :c

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;

* This will be a fix in ZAPD

Signed-off-by: angie &lt;angheloalf95@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Various objects (#677)</title>
<updated>2021-03-17T21:06:56+00:00</updated>
<author>
<name>gamestabled</name>
<email>55638330+gamestabled@users.noreply.github.com</email>
</author>
<published>2021-03-17T21:06:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/oot/commit/?id=d3311f9a2906b3551a814161a771396b6dd7b139'/>
<id>d3311f9a2906b3551a814161a771396b6dd7b139</id>
<content type='text'>
* object_okuta

* object_crow

* object_wallmaster

* named wallmaster textures

* object_dodongo

* object_firefly

* object_fire</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* object_okuta

* object_crow

* object_wallmaster

* named wallmaster textures

* object_dodongo

* object_firefly

* object_fire</pre>
</div>
</content>
</entry>
</feed>
