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:
Fazana
2023-11-02 18:53:53 +00:00
committed by GitHub
parent cf2fa915b9
commit 88864107ab
81 changed files with 8066 additions and 7898 deletions
+1 -1
View File
@@ -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):