diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-10-11 09:03:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-11 09:03:17 -0700 |
commit | 25794a39c3539e66d1c0b2334cb35273cd9d8494 (patch) | |
tree | 43ca3a658e80672844b2906b8cbe151ed70c3621 /ld_script.txt | |
parent | 2d4c802d769f53462a2742a5c6afaad4d7f290fb (diff) |
Finish main menu decomp (#59)
* decomp rest of main_menu
* move some main menu data over
* decomp some more wonder mail
* decomp the dungeon dialogue scene switches
* more wonder mail
* consolidate struct_802F204
* another wonder mail func
* more wonder mail
* slight cleanup
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/ld_script.txt b/ld_script.txt index 6aca15d..7bdcb4b 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -119,8 +119,6 @@ SECTIONS { asm/friend_area_action_menu.o(.text); src/friend_area_action_menu_1.o(.text); asm/friend_area_action_menu_1.o(.text); - src/wonder_mail_pre.o(.text); - asm/wonder_mail.o(.text); src/wonder_mail.o(.text); src/thank_you_wonder_mail.o(.text); src/wonder_mail_2.o(.text); @@ -133,10 +131,12 @@ SECTIONS { src/pelipper_board.o(.text); asm/pelipper_board.o(.text); src/pelipper_board_1.o(.text); + src/wonder_mail_3_mid.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); + src/wonder_mail_4.o(.text); asm/wonder_mail_4.o(.text); src/post_office_guide.o(.text); asm/wonder_mail_5.o(.text); @@ -147,8 +147,6 @@ SECTIONS { asm/credits.o(.text); src/credits.o(.text); src/main_menu.o(.text); - asm/main_menu_1.o(.text); - src/main_menu_1.o(.text); src/trade_items_menu.o(.text); src/other_menus.o(.text); asm/other_menus.o(.text); @@ -191,6 +189,8 @@ SECTIONS { src/code_8057824.o(.text); asm/code_8057824.o(.text); asm/code_807001C.o(.text); + src/code_80848F0.o(.text); + asm/code_80848F0.o(.text); src/code_80869E4.o(.text); asm/code_80869E4.o(.text); src/code_8086A3C.o(.text); @@ -323,6 +323,8 @@ SECTIONS { data/data_80E1F30.o(.rodata); src/adventure_log.o(.rodata); data/data_80E2068.o(.rodata); + src/main_menu.o(.rodata); + data/data_80E59A8.o(.rodata); src/load_screen.o(.rodata); src/wonder_mail_main_menu.o(.rodata); src/debug_menu.o(.rodata); |