<feed xmlns='http://www.w3.org/2005/Atom'>
<title>af/include/m_controller.h, branch main</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_start_data_init (#61)</title>
<updated>2023-08-18T03:44:08+00:00</updated>
<author>
<name>Maide</name>
<email>34639600+Kelebek1@users.noreply.github.com</email>
</author>
<published>2023-08-18T03:44:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/af/commit/?id=c863d781327c1d371cb81ad31a4fd06b53e1b953'/>
<id>c863d781327c1d371cb81ad31a4fd06b53e1b953</id>
<content type='text'>
* m_start_data_init

* Fix NPC, m,atch last func

* Rebased

* Rebased

* Update struct names

* PR

---------

Co-authored-by: Maide &lt;you@example.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* m_start_data_init

* Fix NPC, m,atch last func

* Rebased

* Rebased

* Update struct names

* PR

---------

Co-authored-by: Maide &lt;you@example.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Game renaming (#63)</title>
<updated>2023-08-17T16:19:13+00:00</updated>
<author>
<name>Anghelo Carvajal</name>
<email>angheloalf95@gmail.com</email>
</author>
<published>2023-08-17T16:19:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/af/commit/?id=c65a8dbc3903af19fe0253ab8774accbc06b0cb7'/>
<id>c65a8dbc3903af19fe0253ab8774accbc06b0cb7</id>
<content type='text'>
* rename GameState to Game

* Rename the structs

* fix table

* whoops

* rename play parameter

* format

* undo what i messed in z64compress</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* rename GameState to Game

* Rename the structs

* fix table

* whoops

* rename play parameter

* format

* undo what i messed in z64compress</pre>
</div>
</content>
</entry>
<entry>
<title>m_controller OK (#48)</title>
<updated>2023-08-14T17:20:27+00:00</updated>
<author>
<name>Prakxo</name>
<email>87568477+Prakxo@users.noreply.github.com</email>
</author>
<published>2023-08-14T17:20:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/af/commit/?id=bdb8ef6d5b33c24580d7861c4ccf8d937caac8fb'/>
<id>bdb8ef6d5b33c24580d7861c4ccf8d937caac8fb</id>
<content type='text'>
* m_pause OK

* yeah now it's OK lol

* refactor

* refactor 2

* m_controller OK

* format

* fix size comment in game

* refactor 3

* refactor 4

* refactor 5

* add unused macro</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* m_pause OK

* yeah now it's OK lol

* refactor

* refactor 2

* m_controller OK

* format

* fix size comment in game

* refactor 3

* refactor 4

* refactor 5

* add unused macro</pre>
</div>
</content>
</entry>
<entry>
<title>m_pause OK (#47)</title>
<updated>2023-08-12T16:55:42+00:00</updated>
<author>
<name>Prakxo</name>
<email>87568477+Prakxo@users.noreply.github.com</email>
</author>
<published>2023-08-12T16:55:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/af/commit/?id=8aa8fb893a2258a27e77b2872c189a93dc427a2e'/>
<id>8aa8fb893a2258a27e77b2872c189a93dc427a2e</id>
<content type='text'>
* m_pause OK

* yeah now it's OK lol

* refactor

* refactor 2</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* m_pause OK

* yeah now it's OK lol

* refactor

* refactor 2</pre>
</div>
</content>
</entry>
<entry>
<title>`game.c` OK (#37)</title>
<updated>2023-08-10T00:51:25+00:00</updated>
<author>
<name>Anghelo Carvajal</name>
<email>angheloalf95@gmail.com</email>
</author>
<published>2023-08-10T00:51:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/af/commit/?id=c7729c05c07cf0d60a70cd6c4f456069604a1f43'/>
<id>c7729c05c07cf0d60a70cd6c4f456069604a1f43</id>
<content type='text'>
* C file

* game_dt

* game_ct

* fix offsets and building

* game_init_hyral and SetGameFrame

* more funcs

* game_main

* game_get_controller and func_800D2E00_jp

* Input

* game_draw_last

* a few attempts

* game_draw_first

* improve func_800D2E58_jp a bit

* format

* migrate data and bss

* what

* whoops

* name bss

* minor cleanup

* match game.c

Co-authored-by: Derek Hensley &lt;hensley.derek58@gmail.com&gt;

* fix malloc function wrongly named

* Update src/code/game.c

Co-authored-by: Derek Hensley &lt;hensley.derek58@gmail.com&gt;

* review

---------

Co-authored-by: Derek Hensley &lt;hensley.derek58@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* C file

* game_dt

* game_ct

* fix offsets and building

* game_init_hyral and SetGameFrame

* more funcs

* game_main

* game_get_controller and func_800D2E00_jp

* Input

* game_draw_last

* a few attempts

* game_draw_first

* improve func_800D2E58_jp a bit

* format

* migrate data and bss

* what

* whoops

* name bss

* minor cleanup

* match game.c

Co-authored-by: Derek Hensley &lt;hensley.derek58@gmail.com&gt;

* fix malloc function wrongly named

* Update src/code/game.c

Co-authored-by: Derek Hensley &lt;hensley.derek58@gmail.com&gt;

* review

---------

Co-authored-by: Derek Hensley &lt;hensley.derek58@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Integrate sheet knowledge into the repo (#9)</title>
<updated>2023-04-03T15:54:50+00:00</updated>
<author>
<name>Anghelo Carvajal</name>
<email>angheloalf95@gmail.com</email>
</author>
<published>2023-04-03T15:54:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/af/commit/?id=35cb5d1cfc163b95f48a2bc4f1f22bbff6e9e109'/>
<id>35cb5d1cfc163b95f48a2bc4f1f22bbff6e9e109</id>
<content type='text'>
* boot splits

* code file splits

* functions from sheets

* symbols from the sheet

* bootstrap headers

* common_data

* most segments

* headers for boot files

* add overlays as placeholders

* unname _os files

* named a few files

* code headers

* typo

* Disassemble every overlay

* bootstrap symbol_addrs_overlays.txt

* split yamls

---------

Co-authored-by: Derek Hensley &lt;hensley.derek58@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* boot splits

* code file splits

* functions from sheets

* symbols from the sheet

* bootstrap headers

* common_data

* most segments

* headers for boot files

* add overlays as placeholders

* unname _os files

* named a few files

* code headers

* typo

* Disassemble every overlay

* bootstrap symbol_addrs_overlays.txt

* split yamls

---------

Co-authored-by: Derek Hensley &lt;hensley.derek58@gmail.com&gt;</pre>
</div>
</content>
</entry>
</feed>
