summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorSeth Barberee <seth.barberee@gmail.com>2021-03-23 12:11:10 -0500
committerGitHub <noreply@github.com>2021-03-23 12:11:10 -0500
commit2fd4f339b42c010191c199772b09ac34c580de94 (patch)
treee562899f35861ece70c292602fe6aac2f50906bf /ld_script.txt
parent7b142311a7294c4c7a943870fa5f24f0fbea604a (diff)
Miscellaneous Work (Again) (#31)
* move some personality data from asm to C * combine personality_test files and add my close attempt at RedrawPartnerSelectionMenu * decomp some more wonder mail funcs and label some more data * lots of data splitting and move some to src * split out more dungeon data * continue splitting out more dungeon data * doc rescue team rank/pts funcs/data and exclusive pokemon ewram * doc more sound things and decomp a func * decomp LoadTeamRankBadge and label some data members * split out rescue team and text util stuff * forgot a constant * match a few funcs and clean up a few * cleaned up sub_80A28B4
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-xld_script.txt14
1 files changed, 10 insertions, 4 deletions
diff --git a/ld_script.txt b/ld_script.txt
index fbf3cec..5dc23b5 100755
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -101,6 +101,7 @@ SECTIONS {
asm/main_menu.o(.text);
src/main_menu_mid.o(.text);
asm/main_menu_1.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);
@@ -110,9 +111,8 @@ SECTIONS {
src/pokemon_mail.o(.text);
src/code_803C1B4.o(.text);
asm/code_803C1D0.o(.text);
- src/personality_test_pre.o(.text);
- asm/personality_test_2.o(.text);
src/personality_test.o(.text);
+ src/code_803D0D8.o(.text);
asm/code_803D110.o(.text);
src/code_8040094.o(.text);
asm/code_8040094.o(.text);
@@ -134,7 +134,8 @@ SECTIONS {
asm/code_808EAB0.o(.text);
src/dungeon.o(.text);
asm/code_809017C.o(.text);
- src/code_809017C.o(.text);
+ src/rescue_team_info.o(.text);
+ src/text_util.o(.text);
src/friend_area.o(.text);
asm/friend_area_1.o(.text);
src/friend_area_1.o(.text);
@@ -226,12 +227,17 @@ SECTIONS {
data/data.o(.rodata);
src/file_system.o(.rodata);
data/data_80B9BB8.o(.rodata);
+ src/wonder_mail.o(.rodata);
+ data/data_80DED44.o(.rodata);
data/pokemon_mail.o(.rodata);
data/personality_test.o(.rodata);
- src/personality_test_pre.o(.rodata);
src/personality_test.o(.rodata);
data/data_80F4278.o(.rodata);
+ data/friend_areas.o(.rodata);
+ data/data_810AC60.o(.rodata);
src/exclusive_pokemon.o(.rodata);
+ src/rescue_team_info.o(.rodata);
+ src/text_util.o(.rodata);
data/data_810AE24.o(.rodata);
data/friend_area_dialogue.o(.rodata);
src/m4a_tables.o(.rodata);