mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Menu Matches, cleanup and documentation (#247)
* Match func_80097D10 and near match func_80097918 * Rename some funcs * Decompiled 4 functions in unknown_078050 * Renamed decompiled functions. * Cleaned up a partial match * Match menu_file_select_loop * Match func_8008D5F8 * Match func_8008D8BC * Match func_8008C168 * Match func_8008C698 * Minor updates * Near match func_80081F4C * MAtch func_80081F4C * Apply some constants for half screen width * Minor code cleanup and warning fixes * Match menu_game_select_init * Use constants * Fix issue from last merge * Update progress in README Co-authored-by: David Benepe <benepe96@gmail.com> Co-authored-by: Ryan Myers <foldor@gmail.com>
This commit is contained in:
co-authored by
David Benepe
Ryan Myers
parent
365f240383
commit
c8710bc97a
@@ -0,0 +1,11 @@
|
||||
#ifndef _UNKNOWN_0646F0_H_
|
||||
#define _UNKNOWN_0646F0_H_
|
||||
|
||||
|
||||
#include "types.h"
|
||||
#include "audio_internal.h"
|
||||
|
||||
void func_80063AF0(ALSeqPlayer *seqp, u8 chan);
|
||||
void func_80063B44(ALSeqPlayer *seqp, u8 chan);
|
||||
|
||||
#endif
|
||||
@@ -5,6 +5,6 @@
|
||||
#include "macros.h"
|
||||
#include "audio_internal.h"
|
||||
|
||||
u8 func_80063C00(ALCSPlayer *seqp, u8 arg1) {
|
||||
return ((ALChanState_Custom*)seqp->chanState)[arg1].unk10;
|
||||
u8 func_80063C00(ALCSPlayer *seqp, u8 chan) {
|
||||
return ((ALChanState_Custom*)seqp->chanState)[chan].unk10;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user