<feed xmlns='http://www.w3.org/2005/Atom'>
<title>af/src/code/m_npc.c, branch website</title>
<subtitle>Decompilation of Animal Forest (Dōbutsu no Mori, N64)</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/af/'/>
<entry>
<title>`m_trademark` OK (#192)</title>
<updated>2024-05-30T21:00:57+00:00</updated>
<author>
<name>Anghelo Carvajal</name>
<email>angheloalf95@gmail.com</email>
</author>
<published>2024-05-30T21:00:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/af/commit/?id=fd0581121366309a56c648eda7a299537e355b28'/>
<id>fd0581121366309a56c648eda7a299537e355b28</id>
<content type='text'>
* C file

* trademark_init

* trademark_cancel, trademark_move, trademark_main

* trademark_draw

* trademark_goto_demo_scene and func_80805360_jp

* set_npc_4_title_demo

* func_80804C40_jp

* trademark_cleanup

* func_808052B8_jp

* func_80805104_jp

* func_80804F78_jp

* func_80804EE0_jp

* fix warnings

* small cleanup

* fix build

* some fixes

* stuff

* some cleanups

* Fix rebase

* Import data

* Migrate bss

* cleanup

* Save substruct

* format

* TrademarkState and some other stuff

* remove fake match

* stuff I missed

* whoops

* Stupid `-Wtype-limits`

* Update src/overlays/gamestates/ovl_trademark/m_trademark.c

Co-authored-by: Prakxo &lt;87568477+Prakxo@users.noreply.github.com&gt;

* Review

* Update src/overlays/gamestates/ovl_trademark/m_trademark.c

Co-authored-by: emilybrooks &lt;emilybrooksemilybrooks@gmail.com&gt;

* Update src/overlays/gamestates/ovl_trademark/m_trademark.c

Co-authored-by: Prakxo &lt;87568477+Prakxo@users.noreply.github.com&gt;

* clang-tidy changes???

* review

---------

Co-authored-by: Prakxo &lt;87568477+Prakxo@users.noreply.github.com&gt;
Co-authored-by: emilybrooks &lt;emilybrooksemilybrooks@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* C file

* trademark_init

* trademark_cancel, trademark_move, trademark_main

* trademark_draw

* trademark_goto_demo_scene and func_80805360_jp

* set_npc_4_title_demo

* func_80804C40_jp

* trademark_cleanup

* func_808052B8_jp

* func_80805104_jp

* func_80804F78_jp

* func_80804EE0_jp

* fix warnings

* small cleanup

* fix build

* some fixes

* stuff

* some cleanups

* Fix rebase

* Import data

* Migrate bss

* cleanup

* Save substruct

* format

* TrademarkState and some other stuff

* remove fake match

* stuff I missed

* whoops

* Stupid `-Wtype-limits`

* Update src/overlays/gamestates/ovl_trademark/m_trademark.c

Co-authored-by: Prakxo &lt;87568477+Prakxo@users.noreply.github.com&gt;

* Review

* Update src/overlays/gamestates/ovl_trademark/m_trademark.c

Co-authored-by: emilybrooks &lt;emilybrooksemilybrooks@gmail.com&gt;

* Update src/overlays/gamestates/ovl_trademark/m_trademark.c

Co-authored-by: Prakxo &lt;87568477+Prakxo@users.noreply.github.com&gt;

* clang-tidy changes???

* review

---------

Co-authored-by: Prakxo &lt;87568477+Prakxo@users.noreply.github.com&gt;
Co-authored-by: emilybrooks &lt;emilybrooksemilybrooks@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>m_scene_ftr OK (#176)</title>
<updated>2024-04-21T15:08:00+00:00</updated>
<author>
<name>Prakxo</name>
<email>87568477+Prakxo@users.noreply.github.com</email>
</author>
<published>2024-04-21T15:08:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/af/commit/?id=202737c1f0e252059f16a45dcda0c8a7b3dde78c'/>
<id>202737c1f0e252059f16a45dcda0c8a7b3dde78c</id>
<content type='text'>
* 1 byte off..

* m_scene_ftr OK

* newline

* warnings</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 1 byte off..

* m_scene_ftr OK

* newline

* warnings</pre>
</div>
</content>
</entry>
<entry>
<title>m_string OK (#162)</title>
<updated>2024-04-02T22:09:06+00:00</updated>
<author>
<name>Prakxo</name>
<email>87568477+Prakxo@users.noreply.github.com</email>
</author>
<published>2024-04-02T22:09:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/af/commit/?id=1ffded6b490c23db809aa46c5c186dd8d554b271'/>
<id>1ffded6b490c23db809aa46c5c186dd8d554b271</id>
<content type='text'>
* m_string OK

* replace with defines</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* m_string OK

* replace with defines</pre>
</div>
</content>
</entry>
<entry>
<title>Setup venv on Jenkinsfile (#135)</title>
<updated>2024-01-18T23:06:10+00:00</updated>
<author>
<name>Anghelo Carvajal</name>
<email>angheloalf95@gmail.com</email>
</author>
<published>2024-01-18T23:06:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/af/commit/?id=7606ac4586b9ce976dcf7978a9fe3b7e58d1c727'/>
<id>7606ac4586b9ce976dcf7978a9fe3b7e58d1c727</id>
<content type='text'>
* Add venv to Jenkinsfile

* Add readme instructions to venv

* z64compress warning

* fix warnings</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add venv to Jenkinsfile

* Add readme instructions to venv

* z64compress warning

* fix warnings</pre>
</div>
</content>
</entry>
<entry>
<title>z_std_dma -&gt; m_std_dma (#127)</title>
<updated>2023-12-18T06:49:49+00:00</updated>
<author>
<name>Prakxo</name>
<email>87568477+Prakxo@users.noreply.github.com</email>
</author>
<published>2023-12-18T06:49:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/af/commit/?id=45e93dc1b6a859a5f27f3f2b52630598a8d11ad1'/>
<id>45e93dc1b6a859a5f27f3f2b52630598a8d11ad1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The NPC PR 3/3 OK (#119)</title>
<updated>2023-11-23T17:03:30+00:00</updated>
<author>
<name>Prakxo</name>
<email>87568477+Prakxo@users.noreply.github.com</email>
</author>
<published>2023-11-23T17:03:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/af/commit/?id=e1fcb33cef0b8e58ce3cecc2977921e685f129ba'/>
<id>e1fcb33cef0b8e58ce3cecc2977921e685f129ba</id>
<content type='text'>
* npc werk

* atleast it builds

* m_npc OK

* forgor format

* review

* format

* fix warns?</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* npc werk

* atleast it builds

* m_npc OK

* forgor format

* review

* format

* fix warns?</pre>
</div>
</content>
</entry>
</feed>
