<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ss/include/common.h, 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>Re-import MSL_C from TP</title>
<updated>2026-05-30T22:22:16+00:00</updated>
<author>
<name>robojumper</name>
<email>robojumper@gmail.com</email>
</author>
<published>2026-05-30T22:09:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/ss/commit/?id=9b4820921c10c7157b9f21fbf0da0acc93075bcb'/>
<id>9b4820921c10c7157b9f21fbf0da0acc93075bcb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make it build</title>
<updated>2025-05-25T06:53:24+00:00</updated>
<author>
<name>robojumper</name>
<email>robojumper@gmail.com</email>
</author>
<published>2025-05-24T21:53:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/ss/commit/?id=a22eb87c36a5cb38ed544ba35bd3d15394e500a7'/>
<id>a22eb87c36a5cb38ed544ba35bd3d15394e500a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Configure everything</title>
<updated>2025-04-26T19:26:55+00:00</updated>
<author>
<name>robojumper</name>
<email>robojumper@gmail.com</email>
</author>
<published>2025-04-26T09:37:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/ss/commit/?id=9bc03e04408c48a07e79294349ddd9b4cfabf23f'/>
<id>9bc03e04408c48a07e79294349ddd9b4cfabf23f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>d_lyt_meter stuff</title>
<updated>2025-04-21T19:51:01+00:00</updated>
<author>
<name>robojumper</name>
<email>robojumper@gmail.com</email>
</author>
<published>2025-04-08T23:53:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/ss/commit/?id=7ac3f3cd036e97e725cc2e2b599152f3061004f0'/>
<id>7ac3f3cd036e97e725cc2e2b599152f3061004f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>g3d source (#123)</title>
<updated>2025-03-16T15:26:15+00:00</updated>
<author>
<name>Elijah Thomas</name>
<email>42302100+elijah-thomas774@users.noreply.github.com</email>
</author>
<published>2025-03-16T15:26:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/ss/commit/?id=9c3c480b245295475919a8192e9cafd37f5d84f2'/>
<id>9c3c480b245295475919a8192e9cafd37f5d84f2</id>
<content type='text'>
* g3d_calcvtx

GetData seems to have changed -&gt; dwarf says r is a local and using ofs_to_ptr didnt work

* g3d_light and g3d_fog

sdata2 splits and func ordering

* g3d_scnproc

* g3d_init

* g3d_scnmdl

* g3d_scnmdlsmpl

* g3d_scnroot

* g3d_scnobj

* g3d_res* progress

* g3d_resmdl OK

* g3d_restev OK

* g3d_resmat OK

* g3d_resvtx and g3d_restex OK

* g3d_resnode OK

* g3d_resanm OK

* g3d_resanmchr Progress

* the rest of g3d_res* OK

* g3d_anmvis OK

* g3d_anmclr OK

* Some Splitting

* more OK, Inline Issue in g3d_anmtexsrt

* g3d_obj, g3d_anmobj, g3d_gpu, g3d_tmem, g3d_cpu OK

* g3d_state OK

* g3d/dcc OK

* Include fixup

* More Fixups

* g3d_camera OK

* g3d_draw OK

* g3d_calcworld OK

* g3d_calcworld actually OK

* g3d_workmem, g3d_dcc OK

* g3d_calcview OK

* g3d_anmtexsrt OK with DONT_INLINE

* g3d_transform OK (Feels Cheaty)

* g3d_resanmchr OK

* g3d_draw1mat1shp Close

* g3d_draw1mat1shp OK (Thanks Lago!). Ran symbol applying script</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* g3d_calcvtx

GetData seems to have changed -&gt; dwarf says r is a local and using ofs_to_ptr didnt work

* g3d_light and g3d_fog

sdata2 splits and func ordering

* g3d_scnproc

* g3d_init

* g3d_scnmdl

* g3d_scnmdlsmpl

* g3d_scnroot

* g3d_scnobj

* g3d_res* progress

* g3d_resmdl OK

* g3d_restev OK

* g3d_resmat OK

* g3d_resvtx and g3d_restex OK

* g3d_resnode OK

* g3d_resanm OK

* g3d_resanmchr Progress

* the rest of g3d_res* OK

* g3d_anmvis OK

* g3d_anmclr OK

* Some Splitting

* more OK, Inline Issue in g3d_anmtexsrt

* g3d_obj, g3d_anmobj, g3d_gpu, g3d_tmem, g3d_cpu OK

* g3d_state OK

* g3d/dcc OK

* Include fixup

* More Fixups

* g3d_camera OK

* g3d_draw OK

* g3d_calcworld OK

* g3d_calcworld actually OK

* g3d_workmem, g3d_dcc OK

* g3d_calcview OK

* g3d_anmtexsrt OK with DONT_INLINE

* g3d_transform OK (Feels Cheaty)

* g3d_resanmchr OK

* g3d_draw1mat1shp Close

* g3d_draw1mat1shp OK (Thanks Lago!). Ran symbol applying script</pre>
</div>
</content>
</entry>
<entry>
<title>Attempt d_a_obj_tower_hand_D101 (#96)</title>
<updated>2024-11-09T16:44:05+00:00</updated>
<author>
<name>robojumper</name>
<email>robojumper@gmail.com</email>
</author>
<published>2024-11-09T16:44:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/ss/commit/?id=a3472ab02d0430b77794a5062047f7bff10fbda0'/>
<id>a3472ab02d0430b77794a5062047f7bff10fbda0</id>
<content type='text'>
* Attempt d_a_obj_tower_hand_D101

* dAcOTowerHandD101_c probably equivalent

* just two funcs, couldnt really do much to the rest

---------

Co-authored-by: elijah-thomas774 &lt;elijahthomas774@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Attempt d_a_obj_tower_hand_D101

* dAcOTowerHandD101_c probably equivalent

* just two funcs, couldnt really do much to the rest

---------

Co-authored-by: elijah-thomas774 &lt;elijahthomas774@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>update from dtk-template - clangd :) (#66)</title>
<updated>2024-10-16T19:36:02+00:00</updated>
<author>
<name>Elijah Thomas</name>
<email>42302100+elijah-thomas774@users.noreply.github.com</email>
</author>
<published>2024-10-16T19:36:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/ss/commit/?id=26af4db82da23364961ebb440efba88846240731'/>
<id>26af4db82da23364961ebb440efba88846240731</id>
<content type='text'>
* update from dtk-template and start work towards using clangd

* include &lt;a&gt; -&gt; "a"

* Update build.yml

* remove/add non-trivial class in union warning</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* update from dtk-template and start work towards using clangd

* include &lt;a&gt; -&gt; "a"

* Update build.yml

* remove/add non-trivial class in union warning</pre>
</div>
</content>
</entry>
<entry>
<title>Misc Egg (#37)</title>
<updated>2024-10-02T00:24:25+00:00</updated>
<author>
<name>Elijah Thomas</name>
<email>42302100+elijah-thomas774@users.noreply.github.com</email>
</author>
<published>2024-10-02T00:24:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/ss/commit/?id=dc221b4795f415c8500740dd33e2243f91d527a6'/>
<id>dc221b4795f415c8500740dd33e2243f91d527a6</id>
<content type='text'>
* EGG: Archive, DvdFile, DvdRipper

* start eggStream

* FrmHeap and AssertHeap OK

* progress on EggController

* port in WPAD stuff

* update WPAD/WUD/KPAD/SC symbols

* eggController OK

* bytematch more CoreController virtual funcs

* eggDecomp/eggStreamDecomp Ok

* eggDvdRipper OK

* EGG gfx splits

* Finished Splitting EGG

* create egg Files

* eggDecomp.h -&gt; eggStreamDecomp.h

* Revert some format changes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* EGG: Archive, DvdFile, DvdRipper

* start eggStream

* FrmHeap and AssertHeap OK

* progress on EggController

* port in WPAD stuff

* update WPAD/WUD/KPAD/SC symbols

* eggController OK

* bytematch more CoreController virtual funcs

* eggDecomp/eggStreamDecomp Ok

* eggDvdRipper OK

* EGG gfx splits

* Finished Splitting EGG

* create egg Files

* eggDecomp.h -&gt; eggStreamDecomp.h

* Revert some format changes</pre>
</div>
</content>
</entry>
<entry>
<title>Nw4r splits (#28)</title>
<updated>2024-09-15T18:55:25+00:00</updated>
<author>
<name>Elijah Thomas</name>
<email>42302100+elijah-thomas774@users.noreply.github.com</email>
</author>
<published>2024-09-15T18:55:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/ss/commit/?id=732a119127b8a5d53092c16f12a37b47e8248fd1'/>
<id>732a119127b8a5d53092c16f12a37b47e8248fd1</id>
<content type='text'>
* snd / math / g3d</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* snd / math / g3d</pre>
</div>
</content>
</entry>
<entry>
<title>fixed up typedef for u32 and s32 from mistake long ago</title>
<updated>2024-05-12T20:04:01+00:00</updated>
<author>
<name>elijah-thomas774</name>
<email>elijahthomas774@gmail.com</email>
</author>
<published>2024-05-12T20:04:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/ss/commit/?id=62e0778390f838cdb92f16b3582e2d76299ae8a5'/>
<id>62e0778390f838cdb92f16b3582e2d76299ae8a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
