diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-04-19 21:55:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-19 23:55:40 -0500 |
commit | f65dee5a143bd543c74c010d7252eb76893ee243 (patch) | |
tree | d343e826c63f8b501d37873c3c7bc1f010819deb /ld_script.txt | |
parent | d316d1e359c7672277a9cf644acd4e40170f5968 (diff) |
Wonder mail and some boss dialogues (#36)
* more wonder mail and main menu work
* Lots of things.. doc'ing, decomping, and other things
* continue decomping boss scenes
* up to Suicune
* up to Mewtwo dialogue
* up to Raquaza
* fix spelling error on Rayquaza and decomp a few more
* up to groudon
* divide > shift
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt index 87e884d..3fcd3e4 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -93,6 +93,10 @@ SECTIONS { asm/wonder_mail.o(.text); src/wonder_mail.o(.text); asm/wonder_mail_1.o(.text); + src/wonder_mail_2.o(.text); + asm/code_802B640.o(.text); + src/wonder_mail_3.o(.text); + asm/wonder_mail_3.o(.text); src/adventure_log.o(.text); src/friend_rescue.o(.text); asm/friend_rescue.o(.text); @@ -103,6 +107,7 @@ SECTIONS { asm/main_menu.o(.text); src/main_menu_mid.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); @@ -115,9 +120,9 @@ SECTIONS { asm/rescue_password_menu.o(.text); asm/load_screen.o(.text); src/load_screen.o(.text); - src/wonder_mail_main_menu_pre.o(.text); - asm/wonder_mail_main_menu.o(.text); src/wonder_mail_main_menu.o(.text); + asm/wonder_mail_main_menu.o(.text); + src/ds_menus.o(.text); src/debug_menu.o(.text); asm/debug_menu.o(.text); src/debug_menu_mid.o(.text); @@ -140,6 +145,10 @@ SECTIONS { asm/code_8048480.o(.text); src/code_80521D0.o(.text); asm/code_80521D0.o(.text); + src/code_8057824.o(.text); + asm/code_8057824.o(.text); + src/code_8057824_1.o(.text); + asm/jirachi_wish.o(.text); src/code_80521D0_1.o(.text); src/pokemon.o(.text); asm/pokemon.o(.text); |