<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ss/config/SOUE01/rels/d_a_obj_side_shutterNP, branch main</title>
<subtitle>Decompilation of The Legend of Zelda: Skyward Sword (Wii)</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/ss/'/>
<entry>
<title>Improve split and alignment accuracy</title>
<updated>2025-12-23T08:47:33+00:00</updated>
<author>
<name>robojumper</name>
<email>robojumper@gmail.com</email>
</author>
<published>2025-12-23T08:47:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/ss/commit/?id=7323289b565c8e4bff43ed826b365c296b647d3d'/>
<id>7323289b565c8e4bff43ed826b365c296b647d3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade dtk-template</title>
<updated>2025-11-22T21:38:54+00:00</updated>
<author>
<name>robojumper</name>
<email>robojumper@gmail.com</email>
</author>
<published>2025-11-22T21:38:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/ss/commit/?id=d969f426ace0f6a230b03a26905e71e84fd80ff3'/>
<id>d969f426ace0f6a230b03a26905e71e84fd80ff3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dtk upgrade</title>
<updated>2025-05-18T22:33:25+00:00</updated>
<author>
<name>robojumper</name>
<email>robojumper@gmail.com</email>
</author>
<published>2025-05-18T22:33:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/ss/commit/?id=f0ccf5093e896d79242c0efac9a4bb03d8bf9cc6'/>
<id>f0ccf5093e896d79242c0efac9a4bb03d8bf9cc6</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 rel data splits (except for bss and dtors issues)</title>
<updated>2025-05-11T10:49:19+00:00</updated>
<author>
<name>robojumper</name>
<email>robojumper@gmail.com</email>
</author>
<published>2025-05-11T09:37:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/ss/commit/?id=3b900bb3c4fcd0b8b1c76333386724e8298178a6'/>
<id>3b900bb3c4fcd0b8b1c76333386724e8298178a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Splits WIP</title>
<updated>2025-04-26T19:26:55+00:00</updated>
<author>
<name>robojumper</name>
<email>robojumper@gmail.com</email>
</author>
<published>2025-04-25T11:31:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/ss/commit/?id=6c81514f54c6c604098560e4cc1b62d4d28e90f0'/>
<id>6c81514f54c6c604098560e4cc1b62d4d28e90f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move missing Ghidra symbols from REL data to decomp symbols (#116)</title>
<updated>2025-02-17T12:19:48+00:00</updated>
<author>
<name>robojumper</name>
<email>robojumper@gmail.com</email>
</author>
<published>2025-02-17T12:19:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/ss/commit/?id=6269e826598371fd7683dca5089df17536161f14'/>
<id>6269e826598371fd7683dca5089df17536161f14</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 REL templates (#60)</title>
<updated>2024-10-10T16:21:07+00:00</updated>
<author>
<name>robojumper</name>
<email>robojumper@gmail.com</email>
</author>
<published>2024-10-10T16:21:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/ss/commit/?id=98f7e90125bf4f30e3281f41235ac95f8ea3808f'/>
<id>98f7e90125bf4f30e3281f41235ac95f8ea3808f</id>
<content type='text'>
* Fix .data sections misidentified as .rodata by dtk

dtk can't always reliably identify REL sections in its initial analysis.
This is a manual fix - the list of RELs to fix was found by looking
at supposed .rodata splits that contained an fBase vtable, since vtables
should be in .data. This fix is required for scripted creation of REL actors
based on rel .data

* More consistent d/t header paths

* Data fixups for parsing

* Tmp actor file setup

* Fixes

* Set up almost all REL templates

* formatting

* Fix formatting</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix .data sections misidentified as .rodata by dtk

dtk can't always reliably identify REL sections in its initial analysis.
This is a manual fix - the list of RELs to fix was found by looking
at supposed .rodata splits that contained an fBase vtable, since vtables
should be in .data. This fix is required for scripted creation of REL actors
based on rel .data

* More consistent d/t header paths

* Data fixups for parsing

* Tmp actor file setup

* Fixes

* Set up almost all REL templates

* formatting

* Fix formatting</pre>
</div>
</content>
</entry>
<entry>
<title>Import Ghidra symbols (#41)</title>
<updated>2024-09-28T16:25:18+00:00</updated>
<author>
<name>robojumper</name>
<email>robojumper@gmail.com</email>
</author>
<published>2024-09-28T16:25:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/ss/commit/?id=fe1c06e056e3c9cfe96edd44af7a879175005f27'/>
<id>fe1c06e056e3c9cfe96edd44af7a879175005f27</id>
<content type='text'>
* Import Ghidra symbols, main dol edition

* Ghidra symbols, RELs edition</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Import Ghidra symbols, main dol edition

* Ghidra symbols, RELs edition</pre>
</div>
</content>
</entry>
<entry>
<title>Set up empty REL source files with text splits</title>
<updated>2024-05-23T16:08:21+00:00</updated>
<author>
<name>robojumper</name>
<email>robojumper@gmail.com</email>
</author>
<published>2024-05-23T16:08:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/ss/commit/?id=9c4a3bafb418a423dbd16069f329be7c6ace35ee'/>
<id>9c4a3bafb418a423dbd16069f329be7c6ace35ee</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 REL prolog splits</title>
<updated>2024-05-23T13:10:55+00:00</updated>
<author>
<name>robojumper</name>
<email>robojumper@gmail.com</email>
</author>
<published>2024-05-23T13:10:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/ss/commit/?id=f55845a48ab94d672832dbb8cd7626e810ff0217'/>
<id>f55845a48ab94d672832dbb8cd7626e810ff0217</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
