summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2021-04-03 20:44:48 -0500
committerGitHub <noreply@github.com>2021-04-03 20:44:48 -0500
commit22fec43f1812cb863ad699b357bd593222ae140c (patch)
tree4efa162869946a9bfdbde1be498857fac3db3b39 /ld_script.txt
parenta2d206665c6fffbd962375f262b7fbb05c7b7478 (diff)
More menu work (#33)
* split adventure log menu out and decompile * add most adventure log matchings w/ 2 nonmatchings and move some relevant data * more work on other menus * fully decomp debug stuff around 203B3F0 * more debug menu work * fix CreatePartnerSelectionMenu nonmatch * move more data and clean some data up
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-xld_script.txt14
1 files changed, 13 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt
index 2390b0c..2a7c039 100755
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -94,6 +94,7 @@ SECTIONS {
src/wonder_mail.o(.text);
src/wonder_mail_mid.o(.text);
asm/wonder_mail_1.o(.text);
+ src/adventure_log.o(.text);
src/friend_rescue.o(.text);
asm/friend_rescue.o(.text);
src/friend_rescue_1.o(.text);
@@ -104,15 +105,24 @@ SECTIONS {
src/main_menu_mid.o(.text);
asm/main_menu_1.o(.text);
src/trade_items_menu.o(.text);
+ src/other_menus.o(.text);
asm/other_menus.o(.text);
+ src/adventure_log_menu.o(.text);
+ src/unk_menu_203B360.o(.text);
+ asm/unk_menu_203B360.o(.text);
+ src/unk_menu_203B360_1.o(.text);
+ src/unk_menu_203B364.o(.text);
+ asm/unk_menu_203B364.o(.text);
asm/rescue_password_menu.o(.text);
asm/load_screen.o(.text);
- src/main_menu_1.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);
src/debug_menu.o(.text);
asm/debug_menu.o(.text);
+ src/debug_menu_mid.o(.text);
+ asm/debug_menu_1.o(.text);
src/debug_menu_1.o(.text);
asm/code_803B050.o(.text);
src/pokemon_mail.o(.text);
@@ -237,6 +247,8 @@ SECTIONS {
data/data_80B9BB8.o(.rodata);
src/wonder_mail.o(.rodata);
data/data_80DED44.o(.rodata);
+ src/adventure_log.o(.rodata);
+ data/data_80E2068.o(.rodata);
data/pokemon_mail.o(.rodata);
data/personality_test.o(.rodata);
src/personality_test.o(.rodata);