diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-02-27 10:16:45 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-27 12:16:45 -0600 |
commit | d72e17b5f5d795bebda2f6dc78dccb5e80c432b5 (patch) | |
tree | 776df17a36e2b30d2b362649db4408d701d55f9d /ld_script.txt | |
parent | 7fa4f1a92bdc4cefb094f9e3f1144ad3e3a588d9 (diff) |
Miscellaneous decomp/labeling/splitting (#29)
* lots of wonder mail work, credits and label some stuff
* nonmatch one intr func, match another, and label unused intr func
* seperate credits out
* split out debug menu and other stuff that isn't main menu
* label another func
* label some more funcs
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 87332c1..0bb7a54 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -90,12 +90,15 @@ SECTIONS { src/code_8027C84_pre.o(.text); asm/code_8027C84.o(.text); src/wonder_mail.o(.text); + src/wonder_mail_mid.o(.text); asm/wonder_mail.o(.text); src/wonder_mail_1.o(.text); - src/credits.o(.text); asm/credits.o(.text); + src/credits.o(.text); src/main_menu.o(.text); asm/main_menu.o(.text); + asm/debug_menu.o(.text); + asm/code_803B050.o(.text); src/pokemon_mail.o(.text); src/code_803C1B4.o(.text); asm/code_803C1D0.o(.text); |