diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-12-15 16:28:03 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-15 16:28:03 -0600 |
commit | f90f3affeb9b0a66aa7df68f5fdecd692033faf9 (patch) | |
tree | 9c5af2e04dea05221c71946a5dfc06471f77801d /ld_script.txt | |
parent | 4a5c6cd7d384479096ebdd0ecc1f7b3962b86107 (diff) |
Wonder mail Pt. 1 (#11)
Some work on decomping/labeling wonder mail. Renamed corresponding assembly/C files. Labeled a few strings in data too.
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt index 0e1ea51..12b80e5 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -96,8 +96,8 @@ SECTIONS { asm/code_801D760.o(.text); src/code_8027C84_pre.o(.text); asm/code_8027C84.o(.text); - src/code_8028DE8.o(.text); - asm/code_8028DE8.o(.text); + src/wonder_mail.o(.text); + asm/wonder_mail.o(.text); asm/personality_test.o(.text); src/personality_test.o(.text); asm/code_803D110.o(.text); |