<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tww/src/f_pc/f_pc_stdcreate_req.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>More return types, set up all dBgS_MoveBgActor subclasses</title>
<updated>2025-03-18T20:17:53+00:00</updated>
<author>
<name>LagoLunatic</name>
<email>LagoLunatic@users.noreply.github.com</email>
</author>
<published>2025-03-18T20:17:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tww/commit/?id=e71662caa0d0344b12e593041fe8a7e7680b9bab'/>
<id>e71662caa0d0344b12e593041fe8a7e7680b9bab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `cPhs_State` typedef and use it everywhere</title>
<updated>2025-03-18T02:26:56+00:00</updated>
<author>
<name>LagoLunatic</name>
<email>LagoLunatic@users.noreply.github.com</email>
</author>
<published>2025-03-18T02:26:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tww/commit/?id=822b13e57a978cb940abfdb2286588ad3c338b4d'/>
<id>822b13e57a978cb940abfdb2286588ad3c338b4d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add fpc_ProcID type and use it for all process IDs</title>
<updated>2024-07-13T01:14:13+00:00</updated>
<author>
<name>LagoLunatic</name>
<email>LagoLunatic@users.noreply.github.com</email>
</author>
<published>2024-07-13T01:14:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tww/commit/?id=2def735282a0584a5a2b3ed007bd99ddfb72b394'/>
<id>2def735282a0584a5a2b3ed007bd99ddfb72b394</id>
<content type='text'>
See https://github.com/zeldaret/tp/pull/2173
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://github.com/zeldaret/tp/pull/2173
</pre>
</div>
</content>
</entry>
<entry>
<title>Standardize process ID type to be uint</title>
<updated>2024-03-11T23:03:47+00:00</updated>
<author>
<name>LagoLunatic</name>
<email>LagoLunatic@users.noreply.github.com</email>
</author>
<published>2024-03-11T23:03:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tww/commit/?id=0dd3f6e47cd372bdf7ea1ea2313bfad80ee4eafe'/>
<id>0dd3f6e47cd372bdf7ea1ea2313bfad80ee4eafe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rename fopAc_ac_c member vars to match TP decomp</title>
<updated>2024-03-09T02:31:41+00:00</updated>
<author>
<name>LagoLunatic</name>
<email>LagoLunatic@users.noreply.github.com</email>
</author>
<published>2024-03-09T02:31:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tww/commit/?id=443691603d40fde49c29245374ce98ead02ac02b'/>
<id>443691603d40fde49c29245374ce98ead02ac02b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Process IDs cleanup</title>
<updated>2023-11-22T21:25:28+00:00</updated>
<author>
<name>LagoLunatic</name>
<email>LagoLunatic@users.noreply.github.com</email>
</author>
<published>2023-11-22T21:25:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tww/commit/?id=469f243030912e02c7783384d5bfa58f432acabe'/>
<id>469f243030912e02c7783384d5bfa58f432acabe</id>
<content type='text'>
* Use fpcM_ERROR_PROCESS_ID_e enum instead of literal -1/0xFFFFFFFF everywhere
* Disambiguate variable names by using itemNo/msgNo instead of itemID/msgID
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use fpcM_ERROR_PROCESS_ID_e enum instead of literal -1/0xFFFFFFFF everywhere
* Disambiguate variable names by using itemNo/msgNo instead of itemID/msgID
</pre>
</div>
</content>
</entry>
<entry>
<title>f_op_overlap cleanup, d_ovlp_fade progress</title>
<updated>2023-10-14T02:22:57+00:00</updated>
<author>
<name>Jasper St. Pierre</name>
<email>jstpierre@mecheye.net</email>
</author>
<published>2023-10-14T02:22:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tww/commit/?id=a5641b0ba9e6222749fbc78307943b83db618c93'/>
<id>a5641b0ba9e6222749fbc78307943b83db618c93</id>
<content type='text'>
remove a bunch of externs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remove a bunch of externs
</pre>
</div>
</content>
</entry>
<entry>
<title>Import project</title>
<updated>2023-09-10T04:48:55+00:00</updated>
<author>
<name>Luke Street</name>
<email>luke.street@encounterpc.com</email>
</author>
<published>2023-09-10T04:42:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/tww/commit/?id=adb95b135c3d7498eba29bbd9728d345eed5a407'/>
<id>adb95b135c3d7498eba29bbd9728d345eed5a407</id>
<content type='text'>
Original repository: https://github.com/encounter/ww
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Original repository: https://github.com/encounter/ww
</pre>
</div>
</content>
</entry>
</feed>
