<feed xmlns='http://www.w3.org/2005/Atom'>
<title>SpaghettiKart/src/audio/effects.c, branch transformfuncsforint</title>
<subtitle>SpaghettiKart: Mario Kart 64 PC port</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/'/>
<entry>
<title>Implemented audio sliders</title>
<updated>2024-12-01T04:46:29+00:00</updated>
<author>
<name>KiritoDv</name>
<email>kiritodev01@gmail.com</email>
</author>
<published>2024-12-01T04:46:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=1bcfb17f8b9664dbce8d232f291544e7a280bbca'/>
<id>1bcfb17f8b9664dbce8d232f291544e7a280bbca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update decomp clang (#67)</title>
<updated>2024-08-27T23:47:39+00:00</updated>
<author>
<name>coco875</name>
<email>59367621+coco875@users.noreply.github.com</email>
</author>
<published>2024-08-27T23:47:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=a1f0d32d666c07d0754d97f107a5be59153768fd'/>
<id>a1f0d32d666c07d0754d97f107a5be59153768fd</id>
<content type='text'>
* Update menus.c (#634)

* Update common_data.yml (#635)

* Renames for screenId and other changes (#636)

* screenId renames

* Rename surface map to collision mesh (#637)

* Rename some stack vars (#638)

* Fix syntax error (#639)

* Rename some stack vars

* Update collision.c

* Collision Documentation (#640)

* Collision related renames

* update doxygen (#649)

* change bool (#644)

Co-authored-by: MegaMech &lt;MegaMech@users.noreply.github.com&gt;

* Update (#642)

* Delete trig_tables_bss.c (#650)

* fix typo audio (#656)

* fix typo src actor (#657)

Co-authored-by: MegaMech &lt;MegaMech@users.noreply.github.com&gt;

* fix typo include (#658)

* fix course (#659)

* fix typo debug (#660)

* fix typo data (#661)

* replace number with const (#665)

* fix typo buffers (#655)

* fix typo buffers

* tweak ld file

* rename to sMemoryPool

* add a warning

---------

* fix typo src (#654)

* fix typo src

* fix non matcing

* Update code_80091750.c

---------

* fix typo racing (#653)

* fix typo racing

* get it match

* replace G_LINE3D to G_QUAD

---------

* fix typo src (#652)

* fix ending typo (#651)

* Action more info when it doesn't match and fix first diff (#662)

* Update linux-compile.yml

* fix first-diff

* Update first-diff.py

---------

* document texture of kart (#663)

* document texture of kart

* change screenPlayerId to screenId

* some documentation around object

* Revert "some documentation around object"

This reverts commit cbb39078e036bf2a417bed67359e910213acab28.

* more rename

---------

* Make evaluate_collision_players_palm_tree better (#667)

This matches just the same as before,	but using those two casts instead of
shifts seems more likely to be accurate to the original source code

Signed-off-by: Gabriel Ravier &lt;gabravier@gmail.com&gt;

* add fedora instruciton (#666)

* start documenting animation (#668)

* start documenting animation

* Update course_data.c

* change comment

* update libultra asm (#648)

* update libultra asm

* fix gcc __osThreadTail

---------

* Document Vehicles (#641)

* start doc collision

* fix merge

* finish rename fonction related to vehicle

* document around waypoint of vehicle

* make some modification

* make some change and rename one

* copy_ to oldPos

* doc smoke ferry and train

* some rename

* fix some renaming

* precise index

* rename a funciton

* simplify waypoint_vehicles

* change some name

* change some name

* rename move_to_point_direction

* fix some conflict

* Update code_80005FD0.c

* Update code_80005FD0.h

---------

* Label a save info loop (#645)

* save info

* more gcc progress

* fix a value and do a rename (#669)

* update clang and add action (#664)

* update clang and add action

* try clang on course folder only

* forget two file

* Update course_displaylists.inc.c

* forget few other file

* Update course_vertices.inc.c

* format all code while get it match

* second pass

* format other dir

* disable clang format on bad ido code

* fix some tabulation

* revert format on tool dir

* Update clang-format.yml

* ignore gbi.h

* add some read me instruction

* fix error

* format and fixing error

* Update README.md

---------

* Update linkonly_generator.py (#670)

* format more file

* update

* fix compilation issue

* remove course_metadata folder

* re add course metadata folder

* fix banshee bordwalk crash

* fix windows eurk

* Update CMakeLists.txt

---------</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update menus.c (#634)

* Update common_data.yml (#635)

* Renames for screenId and other changes (#636)

* screenId renames

* Rename surface map to collision mesh (#637)

* Rename some stack vars (#638)

* Fix syntax error (#639)

* Rename some stack vars

* Update collision.c

* Collision Documentation (#640)

* Collision related renames

* update doxygen (#649)

* change bool (#644)

Co-authored-by: MegaMech &lt;MegaMech@users.noreply.github.com&gt;

* Update (#642)

* Delete trig_tables_bss.c (#650)

* fix typo audio (#656)

* fix typo src actor (#657)

Co-authored-by: MegaMech &lt;MegaMech@users.noreply.github.com&gt;

* fix typo include (#658)

* fix course (#659)

* fix typo debug (#660)

* fix typo data (#661)

* replace number with const (#665)

* fix typo buffers (#655)

* fix typo buffers

* tweak ld file

* rename to sMemoryPool

* add a warning

---------

* fix typo src (#654)

* fix typo src

* fix non matcing

* Update code_80091750.c

---------

* fix typo racing (#653)

* fix typo racing

* get it match

* replace G_LINE3D to G_QUAD

---------

* fix typo src (#652)

* fix ending typo (#651)

* Action more info when it doesn't match and fix first diff (#662)

* Update linux-compile.yml

* fix first-diff

* Update first-diff.py

---------

* document texture of kart (#663)

* document texture of kart

* change screenPlayerId to screenId

* some documentation around object

* Revert "some documentation around object"

This reverts commit cbb39078e036bf2a417bed67359e910213acab28.

* more rename

---------

* Make evaluate_collision_players_palm_tree better (#667)

This matches just the same as before,	but using those two casts instead of
shifts seems more likely to be accurate to the original source code

Signed-off-by: Gabriel Ravier &lt;gabravier@gmail.com&gt;

* add fedora instruciton (#666)

* start documenting animation (#668)

* start documenting animation

* Update course_data.c

* change comment

* update libultra asm (#648)

* update libultra asm

* fix gcc __osThreadTail

---------

* Document Vehicles (#641)

* start doc collision

* fix merge

* finish rename fonction related to vehicle

* document around waypoint of vehicle

* make some modification

* make some change and rename one

* copy_ to oldPos

* doc smoke ferry and train

* some rename

* fix some renaming

* precise index

* rename a funciton

* simplify waypoint_vehicles

* change some name

* change some name

* rename move_to_point_direction

* fix some conflict

* Update code_80005FD0.c

* Update code_80005FD0.h

---------

* Label a save info loop (#645)

* save info

* more gcc progress

* fix a value and do a rename (#669)

* update clang and add action (#664)

* update clang and add action

* try clang on course folder only

* forget two file

* Update course_displaylists.inc.c

* forget few other file

* Update course_vertices.inc.c

* format all code while get it match

* second pass

* format other dir

* disable clang format on bad ido code

* fix some tabulation

* revert format on tool dir

* Update clang-format.yml

* ignore gbi.h

* add some read me instruction

* fix error

* format and fixing error

* Update README.md

---------

* Update linkonly_generator.py (#670)

* format more file

* update

* fix compilation issue

* remove course_metadata folder

* re add course metadata folder

* fix banshee bordwalk crash

* fix windows eurk

* Update CMakeLists.txt

---------</pre>
</div>
</content>
</entry>
<entry>
<title>WIP Compilation</title>
<updated>2024-05-01T16:09:49+00:00</updated>
<author>
<name>KiritoDv</name>
<email>kiritodev01@gmail.com</email>
</author>
<published>2024-05-01T16:09:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=a2c3feb67a2f8afb1cebd0e77e4a3e23db2c28c4'/>
<id>a2c3feb67a2f8afb1cebd0e77e4a3e23db2c28c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Lots and lots of audio code copied from SM64 (#270)</title>
<updated>2022-11-06T15:24:24+00:00</updated>
<author>
<name>Tyler McGavran</name>
<email>tyler.taggerung@gmail.com</email>
</author>
<published>2022-11-06T15:24:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=e9415164bb5786f0f5052f92d59843d6549b79e4'/>
<id>e9415164bb5786f0f5052f92d59843d6549b79e4</id>
<content type='text'>
* Lots of audio decomp

* effects and playback are 100% matched

* Took some notes from the SM64 Makefile to get the right compiler
 options for a couple files

* Added the audio files to rename_symbol utility

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Lots of audio decomp

* effects and playback are 100% matched

* Took some notes from the SM64 Makefile to get the right compiler
 options for a couple files

* Added the audio files to rename_symbol utility

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Change a variety of constants to defines (#257)</title>
<updated>2022-09-19T03:54:14+00:00</updated>
<author>
<name>coco875</name>
<email>59367621+coco875@users.noreply.github.com</email>
</author>
<published>2022-09-19T03:54:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=32358c30fdccf52a3f623a32ebb98522684547e3'/>
<id>32358c30fdccf52a3f623a32ebb98522684547e3</id>
<content type='text'>
* Change a variety of constants to defines

* Add notes regarding menu columns

* Change unknown type to known types</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Change a variety of constants to defines

* Add notes regarding menu columns

* Change unknown type to known types</pre>
</div>
</content>
</entry>
<entry>
<title>audio load.c decomp (#176)</title>
<updated>2022-04-17T06:11:40+00:00</updated>
<author>
<name>MegaMech</name>
<email>MegaMech@users.noreply.github.com</email>
</author>
<published>2022-04-17T06:11:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=e4e5f91be58aa5a08eb3b05ca1ea7803c8d91afa'/>
<id>e4e5f91be58aa5a08eb3b05ca1ea7803c8d91afa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Jump Table Related Disassembly (#60)</title>
<updated>2021-11-23T09:47:54+00:00</updated>
<author>
<name>Tyler McGavran</name>
<email>tyler.taggerung@gmail.com</email>
</author>
<published>2021-11-23T09:47:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=a2dc62ccf8856863da8d0f2f95a8b75986f63c3a'/>
<id>a2dc62ccf8856863da8d0f2f95a8b75986f63c3a</id>
<content type='text'>
* Part 1, Commit 1 of 24

audio/effects

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 2 of 24

audio/external

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 3 of 24

audio/heap

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 4 of 24

audio/port_eu

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 5 of 24

audio/seqplayer

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 6 of 24

code_80005FD0

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 7 of 24

code_8001C4D0

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 8 of 24

code_80027D00

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 9 of 24

code_800393C0

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 10 of 24

code_8003DC40

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 11 of 24

code_800431B0

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 12 of 24

code_80057C60

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 13 of 24

code_8006E9C0

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 14 of 24

code_80071F00

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 15 of 24

code_80086E70

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 16 of 24

code_8008C1D0

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 17 of 24

code_80091750

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 18 of 24

code_800AF9B0

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 19 of 24

code_8028DF00

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 20 of 24

code_80290C20

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 21 of 24

code_802B0210

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 22 of 24

code_actors

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 23 of 24

memory

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 24 of 24

os/__osException

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 2, Commit 1 of 20

audio/effects.c

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 2, Commit 2 of 20

audio/external.c

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 2, Commit 3 of 24

audio/heap.c

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 2, Commit 4 of 20

audio/port_eu.c

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 2, Commit 5 of 20

audio/seqplayer.c

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 2, Commit 6 of 20

code_80005FD0.c

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 2, Commit 7 of 20

code_8001C4D0.c

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 2, Commit 8 of 20

code_80027D00.c

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 2, Commit 9 of 20

code_8003DC40.c

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 2, Commit 10 of 20

code_800431B0.c

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 2, Commit 11 of 20

code_80057C60.c

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 2, Commit 12 of 20

code_8006E9C0.c

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 2, Commit 13 of 20

code_80071F00.c

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 2, Commit 14 of 20

code_80086E70.c

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 2, Commit 15 of 20

code_80091750.c

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 2, Commit 16 of 20

code_800AF9B0.c

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 2, Commit 17 of 20

code_80290C20.c

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 2, Commit 18 of 20

code_802B0210.c

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 2, Commit 19 of 20

code_80296A50.c

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 2, Commit 20 of 20

memory.c

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 3, Commit 1 of 4

code_8008C1D0

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 3, Commit 2 of 4

code_8028DF00

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 3, Commit 3 of 4

math_util

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 3, Commit 4 of 4

crash_screen

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Recreated disassemblies with a context file

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Part 1, Commit 1 of 24

audio/effects

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 2 of 24

audio/external

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 3 of 24

audio/heap

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 4 of 24

audio/port_eu

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 5 of 24

audio/seqplayer

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 6 of 24

code_80005FD0

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 7 of 24

code_8001C4D0

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 8 of 24

code_80027D00

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 9 of 24

code_800393C0

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 10 of 24

code_8003DC40

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 11 of 24

code_800431B0

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 12 of 24

code_80057C60

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 13 of 24

code_8006E9C0

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 14 of 24

code_80071F00

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 15 of 24

code_80086E70

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 16 of 24

code_8008C1D0

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 17 of 24

code_80091750

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 18 of 24

code_800AF9B0

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 19 of 24

code_8028DF00

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 20 of 24

code_80290C20

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 21 of 24

code_802B0210

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 22 of 24

code_actors

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 23 of 24

memory

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 1, Commit 24 of 24

os/__osException

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 2, Commit 1 of 20

audio/effects.c

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 2, Commit 2 of 20

audio/external.c

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 2, Commit 3 of 24

audio/heap.c

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 2, Commit 4 of 20

audio/port_eu.c

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 2, Commit 5 of 20

audio/seqplayer.c

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 2, Commit 6 of 20

code_80005FD0.c

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 2, Commit 7 of 20

code_8001C4D0.c

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 2, Commit 8 of 20

code_80027D00.c

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 2, Commit 9 of 20

code_8003DC40.c

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 2, Commit 10 of 20

code_800431B0.c

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 2, Commit 11 of 20

code_80057C60.c

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 2, Commit 12 of 20

code_8006E9C0.c

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 2, Commit 13 of 20

code_80071F00.c

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 2, Commit 14 of 20

code_80086E70.c

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 2, Commit 15 of 20

code_80091750.c

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 2, Commit 16 of 20

code_800AF9B0.c

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 2, Commit 17 of 20

code_80290C20.c

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 2, Commit 18 of 20

code_802B0210.c

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 2, Commit 19 of 20

code_80296A50.c

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 2, Commit 20 of 20

memory.c

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 3, Commit 1 of 4

code_8008C1D0

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 3, Commit 2 of 4

code_8028DF00

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 3, Commit 3 of 4

math_util

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Part 3, Commit 4 of 4

crash_screen

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;

* Recreated disassemblies with a context file

Signed-off-by: Taggerung &lt;tyler.taggerung@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Split audio funcs (#53)</title>
<updated>2021-11-06T09:49:37+00:00</updated>
<author>
<name>CoderStig</name>
<email>79828759+CoderStig@users.noreply.github.com</email>
</author>
<published>2021-11-06T09:49:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/SpaghettiKart/commit/?id=964344abb09c347b7e412ca6fb8d953812bdf071'/>
<id>964344abb09c347b7e412ca6fb8d953812bdf071</id>
<content type='text'>
* Split audio funcs</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Split audio funcs</pre>
</div>
</content>
</entry>
</feed>
