diff options
| author | Tyler McGavran <tyler.taggerung@gmail.com> | 2023-03-29 20:52:15 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-29 18:52:15 -0600 |
| commit | 782ed71f6135152697c6da5a232cef4aa1804d85 (patch) | |
| tree | d6aeccc50bebbfa7c9319dfb6428a1b025c7e9ae /progress.py | |
| parent | 8d118db0b25edfbabb059e4b977e339ca9d8f885 (diff) | |
Massive data relocation (#295)
Mostly relocating rodata from data/* files to the appropriate
asm/nonmatching/* files, although there is some plain data
relocating to be found in here too.
Big change to note is the addition of the code_802AAA70.c file,
split from memory.c. Based on some padding in the ro/data for
memory it seems clear that a split is needed, although it is
not clear that exact spot chosen for the split is correct.
Still, it gets the file padding for the ro/data and text segments
correct so it can't be too wrong.
Also included is an update to the asm_processor tool to support
the .hword directive. I made a PR to the main repo of that
project with an identical change and it was accepted.
Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
Diffstat (limited to 'progress.py')
| -rw-r--r-- | progress.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/progress.py b/progress.py index 1a94fd830..7c3f7d3cd 100644 --- a/progress.py +++ b/progress.py @@ -90,6 +90,7 @@ seg2Files2 = [ ] seg3Files2 = [ "asm/non_matchings/code_80280650", + "asm/non_matchings/code_802AAA70", "asm/non_matchings/ceremony_and_credits", ] audioFiles2 = [ @@ -191,6 +192,7 @@ seg3Files = [ "build/us/src/code_80280650", "build/us/src/code_80281780", "build/us/src/code_80281C40", + "build/us/src/code_802AAA70", "build/us/src/ceremony_and_credits", ] segAudioFiles = [ |
