diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-09-23 22:49:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-24 00:49:43 -0500 |
commit | 0d3b11e81a215875fc533db17895613c47a4da73 (patch) | |
tree | d392a83755f1b7631c241c100c9e778d96ef5527 /ld_script.txt | |
parent | 8237e29a164211eb2ec4cd161eb4183cc1947fee (diff) |
Data work and decomp some mail/pelipper board (#54)
* data work and decomp some mail/pelipper board
* resuce -> rescue
* label more data
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 7fb46f6..6aca15d 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -127,6 +127,13 @@ SECTIONS { asm/wonder_mail_2.o(.text); src/wonder_mail_3.o(.text); asm/wonder_mail_3.o(.text); + src/mailbox.o(.text); + asm/mailbox.o(.text); + src/mailbox_1.o(.text); + src/pelipper_board.o(.text); + asm/pelipper_board.o(.text); + src/pelipper_board_1.o(.text); + asm/wonder_mail_3_mid.o(.text); src/wonder_mail_3_1.o(.text); src/makuhita_dojo.o(.text); asm/makuhita_dojo.o(.text); @@ -316,6 +323,8 @@ SECTIONS { data/data_80E1F30.o(.rodata); src/adventure_log.o(.rodata); data/data_80E2068.o(.rodata); + src/load_screen.o(.rodata); + src/wonder_mail_main_menu.o(.rodata); src/debug_menu.o(.rodata); data/data_80E7D40.o(.rodata); data/pokemon_mail.o(.rodata); |