<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tww/src/d/actor/d_a_obj_jump.cpp, branch main</title>
<subtitle>Decompilation of The Legend of Zelda: The Wind Waker (GCN)</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tww/'/>
<entry>
<title>Update all code to use the new enum formats</title>
<updated>2026-05-29T20:34:55+00:00</updated>
<author>
<name>LagoLunatic</name>
<email>LagoLunatic@users.noreply.github.com</email>
</author>
<published>2026-05-29T19:45:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tww/commit/?id=bae595b973fd48b2c6606371ac577cbbccb7a9fb'/>
<id>bae595b973fd48b2c6606371ac577cbbccb7a9fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Process profiles and enums cleanup (#1031)</title>
<updated>2026-05-26T04:11:58+00:00</updated>
<author>
<name>LagoLunatic</name>
<email>LagoLunatic@users.noreply.github.com</email>
</author>
<published>2026-05-26T04:11:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tww/commit/?id=102042628fa139f4e509251bdd9095493f031e28'/>
<id>102042628fa139f4e509251bdd9095493f031e28</id>
<content type='text'>
* Fix some profile comments

* Add missing static for local visibility data

* Move proc name and draw priority enums to f_pc

* Add _e suffix to daObjBarrier_c proc enum

* Change proc name enum format to match TP

* Change draw prio enum format to match TP

* Change ItemNo enum format, finish fixing item names

* Revert static for cb1 hio

* Clean up formatting of profile comments

* Fix comment alignment</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix some profile comments

* Add missing static for local visibility data

* Move proc name and draw priority enums to f_pc

* Add _e suffix to daObjBarrier_c proc enum

* Change proc name enum format to match TP

* Change draw prio enum format to match TP

* Change ItemNo enum format, finish fixing item names

* Revert static for cb1 hio

* Clean up formatting of profile comments

* Fix comment alignment</pre>
</div>
</content>
</entry>
<entry>
<title>d_a_obj_jump initial documentation pass</title>
<updated>2026-05-21T18:41:15+00:00</updated>
<author>
<name>LagoLunatic</name>
<email>LagoLunatic@users.noreply.github.com</email>
</author>
<published>2026-05-21T18:41:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tww/commit/?id=d10eaa3ef8b258d5edc4eb8756280155ec342481'/>
<id>d10eaa3ef8b258d5edc4eb8756280155ec342481</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>d_a_obj_jump OK</title>
<updated>2026-05-19T21:29:37+00:00</updated>
<author>
<name>LagoLunatic</name>
<email>LagoLunatic@users.noreply.github.com</email>
</author>
<published>2026-05-19T21:29:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tww/commit/?id=cd9aa2bc84906a4c17f4f10adbe24c3edf1ffcdd'/>
<id>cd9aa2bc84906a4c17f4f10adbe24c3edf1ffcdd</id>
<content type='text'>
closes #416
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes #416
</pre>
</div>
</content>
</entry>
<entry>
<title>d_a_obj_jump (#997)</title>
<updated>2026-05-19T21:13:38+00:00</updated>
<author>
<name>marian-m12l</name>
<email>50991156+marian-m12l@users.noreply.github.com</email>
</author>
<published>2026-05-19T21:13:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tww/commit/?id=0568d6fe35631d50d7e809e3bd9c02201097862c'/>
<id>0568d6fe35631d50d7e809e3bd9c02201097862c</id>
<content type='text'>
* start work on d_a_obj_jump

* rough pass over all functions

* fix CreateHeap

* mode_wait 99%

* mode_lower 99%

* draw 99%

* attr accessor

* fixes for Create

* match rideCB with weirg pointer arithmetic

* Execute 99%

* jnodeCB_lower 96%

* set_mtx 99%

* fix set_push_flag

* Create 96%

* retype field

* cleanup

* tiny fix

* split class fields + call inline functions

* Attr_c struct fields + prm_get_type

* fix class fields + match Mthd_Create + 90+% Create and jnodeCB_lower

* improve redability for rideCB

* Create 100%

* add Prm_e enum

* clean unnecessary return and this-&gt;

---------

Co-authored-by: marian &lt;marian.muller@serli.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* start work on d_a_obj_jump

* rough pass over all functions

* fix CreateHeap

* mode_wait 99%

* mode_lower 99%

* draw 99%

* attr accessor

* fixes for Create

* match rideCB with weirg pointer arithmetic

* Execute 99%

* jnodeCB_lower 96%

* set_mtx 99%

* fix set_push_flag

* Create 96%

* retype field

* cleanup

* tiny fix

* split class fields + call inline functions

* Attr_c struct fields + prm_get_type

* fix class fields + match Mthd_Create + 90+% Create and jnodeCB_lower

* improve redability for rideCB

* Create 100%

* add Prm_e enum

* clean unnecessary return and this-&gt;

---------

Co-authored-by: marian &lt;marian.muller@serli.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Add dolzel_rel.pch</title>
<updated>2025-08-23T16:17:10+00:00</updated>
<author>
<name>LagoLunatic</name>
<email>LagoLunatic@users.noreply.github.com</email>
</author>
<published>2025-08-23T16:17:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tww/commit/?id=b77717694cf6c34dffa60cd20829abad2d5de849'/>
<id>b77717694cf6c34dffa60cd20829abad2d5de849</id>
<content type='text'>
This fixes the sdata linker error in the debug build.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes the sdata linker error in the debug build.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use precompiled headers, fix weak data issues</title>
<updated>2025-08-20T22:51:42+00:00</updated>
<author>
<name>LagoLunatic</name>
<email>LagoLunatic@users.noreply.github.com</email>
</author>
<published>2025-08-19T21:15:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tww/commit/?id=217775af4ef41ac875d53efe4da8f2d19f46e2af'/>
<id>217775af4ef41ac875d53efe4da8f2d19f46e2af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Auto-generate trivial process_method_funcs</title>
<updated>2025-06-03T20:30:53+00:00</updated>
<author>
<name>Ammar Askar</name>
<email>ammar@ammaraskar.com</email>
</author>
<published>2025-06-03T20:25:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tww/commit/?id=67050779feee688ac383ec98dfabd7dcb57020ba'/>
<id>67050779feee688ac383ec98dfabd7dcb57020ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document several more TU names (#770)</title>
<updated>2025-05-29T04:11:39+00:00</updated>
<author>
<name>123456789758</name>
<email>205478182+123456789758@users.noreply.github.com</email>
</author>
<published>2025-05-29T04:11:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tww/commit/?id=c1f54653fde37d3ab08cd85283def2bf99a4636a'/>
<id>c1f54653fde37d3ab08cd85283def2bf99a4636a</id>
<content type='text'>
Co-authored-by: ‎ ‎ ‎ &lt;‎ ‎ ‎&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: ‎ ‎ ‎ &lt;‎ ‎ ‎&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Add enum for actor priority</title>
<updated>2025-05-21T18:44:25+00:00</updated>
<author>
<name>LagoLunatic</name>
<email>LagoLunatic@users.noreply.github.com</email>
</author>
<published>2025-05-21T18:44:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tww/commit/?id=c625992a77c017d31807c00529effbd9cff05f4a'/>
<id>c625992a77c017d31807c00529effbd9cff05f4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
