You've already forked Diddy-Kong-Racing
mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-03-10 11:36:09 -07:00
* Minor code cleanup and documenting in audio.c * Match to func_80002DF8 to _amDmaNew * Match func_800042CC * Match func_8000410C * Match func_800041FC as _removeEvents, and rename thread4_main to __amMain while also getting it's code to closer resemble the example code * Add missing file * MAtch __clearAudioDMA * Cleanup __clearAudioDMA to match our code style a little better * Match __amHandleFrameMsg * Rename audio microcode from unknown, and clean up some code styles and variables names * WIP audioNewThread * Update WIP for audioNewThread * Close to matching audioNewThread * Match amCreateAudioMgr * Match __amDMA * Add constants, and remove static functions from header * Make funcitons static where the originals were * Fix score.py * Split audiomgr and audiosfx files * WIP clean up of audiomgr.c * Finalize split of audiomgr and audiosfx * Use AMAudioMgr * Move the deck chairs * Clean up sfx header * Cleanup * Cleanup sfx file, and move asm files * Update score * Fix NON_EQUIVALENT * Match _sndpVoiceHandler * Update some types