diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2023-05-22 13:05:54 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-22 13:05:54 -0600 |
| commit | e371f88b2d94047889f79b20d655684e0f74103d (patch) | |
| tree | b8a70ac4dac47bdbb86b9bad666e169dfbefb889 /progress.py | |
| parent | eda4a3f1173d1b129ca765464eafb9fe6760e785 (diff) | |
UI and print debug matches (#310)
* various decomp
Diffstat (limited to 'progress.py')
| -rw-r--r-- | progress.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/progress.py b/progress.py index 3b55bd5e5..777d753e7 100644 --- a/progress.py +++ b/progress.py @@ -77,7 +77,7 @@ mainSegFiles2 = [ "asm/non_matchings/code_80005FD0", "asm/non_matchings/code_8001F980", "asm/non_matchings/code_80027D00", - "asm/non_matchings/code_800431B0", + "asm/non_matchings/hud_renderer", "asm/non_matchings/code_80057C60", "asm/non_matchings/code_8006E9C0", "asm/non_matchings/code_80071F00", @@ -168,7 +168,7 @@ mainSegFiles = [ "build/us/src/camera", "build/us/src/code_8001F980", "build/us/src/code_80027D00", - "build/us/src/code_800431B0", + "build/us/src/hud_renderer", "build/us/src/code_80057C60", "build/us/src/code_8006E9C0", "build/us/src/code_80071F00", |
