diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2023-08-22 19:12:51 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-22 19:12:51 -0600 |
| commit | 6e3f6aee638adfaee3ccbd72dc0d18f10d9f4ef6 (patch) | |
| tree | 5e02a7a8f34a17d14d07fc6ee2f94ebe287a0804 /progress.py | |
| parent | 6e5663895009a556afd7320aa4663434ddd46822 (diff) | |
Matched some funcs (#378)
* Matched code
Diffstat (limited to 'progress.py')
| -rw-r--r-- | progress.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/progress.py b/progress.py index 349101f29..f889088d9 100644 --- a/progress.py +++ b/progress.py @@ -80,12 +80,7 @@ mainSegFiles2 = [ "asm/non_matchings/menus", ] seg2Files2 = [ - "asm/non_matchings/actors", "asm/non_matchings/math_util", - "asm/non_matchings/memory", - "asm/non_matchings/code_802AAA70", - "asm/non_matchings/render_courses", - "asm/non_matchings/skybox", ] audioFiles2 = [ "asm/non_matchings/audio" @@ -171,7 +166,7 @@ seg2Files = [ "build/us/src/actors_extended", "build/us/src/math_util", "build/us/src/memory", - "build/us/src/code_802AAA70", + "build/us/src/collision", "build/us/src/race_logic", "build/us/src/render_courses", "build/us/src/skybox_and_splitscreen", |
