<feed xmlns='http://www.w3.org/2005/Atom'>
<title>af/src/overlays/actors, 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>Fix some fake symbols (#187)</title>
<updated>2024-05-18T01:28:20+00:00</updated>
<author>
<name>Anghelo Carvajal</name>
<email>angheloalf95@gmail.com</email>
</author>
<published>2024-05-18T01:28:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/af/commit/?id=727b57b899c2d5eee7e08274981fdecedcb80b07'/>
<id>727b57b899c2d5eee7e08274981fdecedcb80b07</id>
<content type='text'>
* Fix fake reference from ovl_Npc_Conv_Master

* ovl_FallSESW fix

* reorder

* ac_npc_guide2 fix

* ovl_Npc_Police</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix fake reference from ovl_Npc_Conv_Master

* ovl_FallSESW fix

* reorder

* ac_npc_guide2 fix

* ovl_Npc_Police</pre>
</div>
</content>
</entry>
<entry>
<title>`ac_structure` OK with some minor documentation (#183)</title>
<updated>2024-05-06T22:26:01+00:00</updated>
<author>
<name>Tom Overton</name>
<email>tom-overton@users.noreply.github.com</email>
</author>
<published>2024-05-06T22:26:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/af/commit/?id=8b5260063f75dbaa29636f34ec05774d692cf569'/>
<id>8b5260063f75dbaa29636f34ec05774d692cf569</id>
<content type='text'>
* Partial progress

* `func_809E7F94_jp` OK

* Do some more DMA functions

* Fix build

* Finally make `func_809E823C_jp` work properly

* Finish DMA functions

* Use ALIGN16

* Make the size for `mSc_secure_exchange_keep_bank` more obviously related to what follows

* Fix build after merge

* aSTR_setupActor_proc OK

* aSTR_init_clip_area OK

* Import data to C

* Lots of cleanup

* Use enum values in actors

* StructureActor-ify the structures

* Move `setupInfo_table` inside the function and name it

* Name `aSTR_get_pal_segment` from context clues

* Use all the names I can from DnM+

* Try (and fail) to import BSS into C

* Match bss

* Make bss sizes more "correct"

* Use ARRAY_COUNT to define DMA length

* A lot fewer hardcoded numbers

* Lots of misc cleanup

* A huge amount of names and cleanup

* Get this PR-ready

* Forgot some booleans

* Name a lot of stuff after digging into the object files

* Remove magic numbers for bss array size

* Respond to review</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Partial progress

* `func_809E7F94_jp` OK

* Do some more DMA functions

* Fix build

* Finally make `func_809E823C_jp` work properly

* Finish DMA functions

* Use ALIGN16

* Make the size for `mSc_secure_exchange_keep_bank` more obviously related to what follows

* Fix build after merge

* aSTR_setupActor_proc OK

* aSTR_init_clip_area OK

* Import data to C

* Lots of cleanup

* Use enum values in actors

* StructureActor-ify the structures

* Move `setupInfo_table` inside the function and name it

* Name `aSTR_get_pal_segment` from context clues

* Use all the names I can from DnM+

* Try (and fail) to import BSS into C

* Match bss

* Make bss sizes more "correct"

* Use ARRAY_COUNT to define DMA length

* A lot fewer hardcoded numbers

* Lots of misc cleanup

* A huge amount of names and cleanup

* Get this PR-ready

* Forgot some booleans

* Name a lot of stuff after digging into the object files

* Remove magic numbers for bss array size

* Respond to review</pre>
</div>
</content>
</entry>
<entry>
<title>Update GraphicsContext macros (#182)</title>
<updated>2024-04-29T22:58:41+00:00</updated>
<author>
<name>Cuyler36</name>
<email>Cuyler36@users.noreply.github.com</email>
</author>
<published>2024-04-29T22:58:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/af/commit/?id=749152a745f19e6e1d0705cb7a48f34dd4d8df17'/>
<id>749152a745f19e6e1d0705cb7a48f34dd4d8df17</id>
<content type='text'>
* Update GraphicsContext macros

* Fix formatting</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update GraphicsContext macros

* Fix formatting</pre>
</div>
</content>
</entry>
<entry>
<title>ac_dump OK (#180)</title>
<updated>2024-04-24T15:43:28+00:00</updated>
<author>
<name>inspectredc</name>
<email>78732756+inspectredc@users.noreply.github.com</email>
</author>
<published>2024-04-24T15:43:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/af/commit/?id=8caa1e847b1a08633bb2606e5d9e7ed5f6387885'/>
<id>8caa1e847b1a08633bb2606e5d9e7ed5f6387885</id>
<content type='text'>
* ac_dump OK

* warnings</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ac_dump OK

* warnings</pre>
</div>
</content>
</entry>
<entry>
<title>ac_tama OK (#179)</title>
<updated>2024-04-24T00:42:13+00:00</updated>
<author>
<name>inspectredc</name>
<email>78732756+inspectredc@users.noreply.github.com</email>
</author>
<published>2024-04-24T00:42:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/af/commit/?id=48c8a77bbf4ec8ecac2642d5b39280583ef1355d'/>
<id>48c8a77bbf4ec8ecac2642d5b39280583ef1355d</id>
<content type='text'>
* ac_tama OK

* or else</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ac_tama OK

* or else</pre>
</div>
</content>
</entry>
<entry>
<title>ac_airplane OK and documented (#178)</title>
<updated>2024-04-24T00:37:47+00:00</updated>
<author>
<name>inspectredc</name>
<email>78732756+inspectredc@users.noreply.github.com</email>
</author>
<published>2024-04-24T00:37:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/af/commit/?id=7ae1401111806ddb483756e544b050d5f35b7c42'/>
<id>7ae1401111806ddb483756e544b050d5f35b7c42</id>
<content type='text'>
* ac_airplane OK and documented

* player lib funcs

* include object

* remove statics</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ac_airplane OK and documented

* player lib funcs

* include object

* remove statics</pre>
</div>
</content>
</entry>
<entry>
<title>ac_kago OK and documented (#177)</title>
<updated>2024-04-22T20:21:18+00:00</updated>
<author>
<name>inspectredc</name>
<email>78732756+inspectredc@users.noreply.github.com</email>
</author>
<published>2024-04-22T20:21:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/af/commit/?id=99081d5a7ec723e439e352f00d14fa2bb569e69b'/>
<id>99081d5a7ec723e439e352f00d14fa2bb569e69b</id>
<content type='text'>
* ac_kago OK and documented

* palette types

* suggestions + object stuff</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ac_kago OK and documented

* palette types

* suggestions + object stuff</pre>
</div>
</content>
</entry>
<entry>
<title>ac_bee OK (#175)</title>
<updated>2024-04-17T23:13:31+00:00</updated>
<author>
<name>inspectredc</name>
<email>78732756+inspectredc@users.noreply.github.com</email>
</author>
<published>2024-04-17T23:13:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/af/commit/?id=30aaa1356fb359c25963fc1d2384a2a928bde32d'/>
<id>30aaa1356fb359c25963fc1d2384a2a928bde32d</id>
<content type='text'>
* ac_bee OK

* fix warning

* change sAdo_OngenPos back

* and in code..

* fix linker script stuff</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ac_bee OK

* fix warning

* change sAdo_OngenPos back

* and in code..

* fix linker script stuff</pre>
</div>
</content>
</entry>
<entry>
<title>ac_Fuusen OK and documented (#174)</title>
<updated>2024-04-16T19:31:29+00:00</updated>
<author>
<name>inspectredc</name>
<email>78732756+inspectredc@users.noreply.github.com</email>
</author>
<published>2024-04-16T19:31:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/af/commit/?id=e6ea51bc3dcf69310c5dcdae5b812dc74e628aaf'/>
<id>e6ea51bc3dcf69310c5dcdae5b812dc74e628aaf</id>
<content type='text'>
* ac_Fuusen OK and documented

* add struct offsets

* use null post merge

* fix sym stuff

* suggestions

* act_balloon extracted

* remove fake symbol

* name object enum

* include assets

* fgname enum/macro</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ac_Fuusen OK and documented

* add struct offsets

* use null post merge

* fix sym stuff

* suggestions

* act_balloon extracted

* remove fake symbol

* name object enum

* include assets

* fgname enum/macro</pre>
</div>
</content>
</entry>
</feed>
