mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Finish labelling most functions in audio.c + camera.c (#431)
* name some camera things * yea there * lots of audio * match a func * better * x * egg * all but one func in audio.c nopw * audio looks good for now * Update audio.c * correct taj thing * fix warnings * Update audiosfx.h * Update README.md
This commit is contained in:
@@ -15,7 +15,7 @@ FUNCTIONS_TO_CALC = [
|
||||
('func_80019808', 'gFunc80019808Checksum', 'gFunc80019808Length'),
|
||||
('render_scene', 'gTractionTableChecksum', 'gTrackRenderFuncLength'),
|
||||
('obj_loop_goldenballoon', 'gObjLoopGoldenBalloonChecksum', 'gObjLoopGoldenBalloonLength'),
|
||||
('func_80068158', 'gFunc80068158Checksum', 'gFunc80068158Length')
|
||||
('viewport_rsp_set', 'gViewportFuncChecksum', 'gViewportFuncLength')
|
||||
]
|
||||
|
||||
def getMatches(string, regex):
|
||||
|
||||
Reference in New Issue
Block a user