diff options
| author | tehzz <tehzz@users.noreply.github.com> | 2022-06-22 22:21:29 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-22 19:21:29 -0700 |
| commit | 132db50245f670d8492b5671b53f243981336d1d (patch) | |
| tree | df1a636d31e86596515b617ff3cfd353cb9e203e /progress.py | |
| parent | 9ac748b0d022987fc1137ae4ac7b3a0c42f0ef23 (diff) | |
Split and Decompile Code_800AF9B0 (#228)
* change return type of func_8000546C
* try to fix submodules
* update asm_processor for new ASM directives
* split code_800AF8B0 into 3 files; move rodata into files/asm
* move rodata into code_800AF9B0 asm funcs
* decomp func_800AF9E4
* match 800AFF58
* merge in master (renamed code_800AF9B0.c to menus.c)
* revert menus.c back to code_800AF9B0.c
* add bss to code_800AF9B0
* rename code_800B0350.c to menus.c
* remove unused ALIGN macros
Diffstat (limited to 'progress.py')
| -rw-r--r-- | progress.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progress.py b/progress.py index cdc88a6a7..8dabb472f 100644 --- a/progress.py +++ b/progress.py @@ -74,7 +74,7 @@ mainSegFiles2 = [ "asm/non_matchings/code_80057C60", "asm/non_matchings/code_8006E9C0", "asm/non_matchings/code_80071F00", "asm/non_matchings/code_80086E70", "asm/non_matchings/code_8008C1D0", "asm/non_matchings/code_80091750", - "asm/non_matchings/code_800AF9B0" + "asm/non_matchings/menus" ] seg2Files2 = [ "asm/non_matchings/code_8028DF00", "asm/non_matchings/code_80290C20", |
