diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-05-15 16:59:55 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-15 18:59:55 -0500 |
commit | f402e46cd3c8b7236673d6edbae77903a7cc0618 (patch) | |
tree | 37a19f3ab35a73c29d4d6da565741beaf7bb547f /ld_script.txt | |
parent | f65dee5a143bd543c74c010d7252eb76893ee243 (diff) |
Sese's April/May Dump (#37)
* splitting lots of pokemon square and labeling lots of other things
* actually commit this stuff
* more moving data and things
* more screen work
* split out some pokemon dungeon data
* lots of data work
* push more data work
* split kecleon, decomp another kanghaskhan func, and try to doc UpdateBGControl more
* lots of item work
* label more item things
* subtype -> category and doc types/category
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 28 |
1 files changed, 24 insertions, 4 deletions
diff --git a/ld_script.txt b/ld_script.txt index 3fcd3e4..8c7a85d 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -63,7 +63,6 @@ SECTIONS { src/code_800558C.o(.text); src/random.o(.text); src/text.o(.text); - . = ALIGN(4); asm/text.o(.text); src/code_8009804.o(.text); asm/code_8009804.o(.text); @@ -85,6 +84,17 @@ SECTIONS { src/code_8012A18.o(.text); src/more_input.o(.text); asm/code_8012A18.o(.text); + src/felicity_bank.o(.text); + asm/felicity_bank.o(.text); + src/felicity_bank_1.o(.text); + src/kangaskhan_storage.o(.text); + asm/kangaskhan_storage.o(.text); + src/kangaskhan_storage_1.o(.text); + asm/kangaskhan_storage_1.o(.text); + src/kecleon_items.o(.text); + asm/kecleon_items.o(.text); + src/kecleon_items_1.o(.text); + asm/pokemon_square.o(.text); src/code_801D760.o(.text); asm/code_801D760.o(.text); src/code_8027C84_pre.o(.text); @@ -97,6 +107,11 @@ SECTIONS { asm/code_802B640.o(.text); src/wonder_mail_3.o(.text); asm/wonder_mail_3.o(.text); + src/makuhita_dojo.o(.text); + asm/makuhita_dojo.o(.text); + asm/wonder_mail_4.o(.text); + src/post_office_guide.o(.text); + asm/wonder_mail_5.o(.text); src/adventure_log.o(.text); src/friend_rescue.o(.text); asm/friend_rescue.o(.text); @@ -104,8 +119,6 @@ SECTIONS { asm/credits.o(.text); src/credits.o(.text); src/main_menu.o(.text); - 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); @@ -118,7 +131,6 @@ SECTIONS { src/unk_menu_203B364.o(.text); asm/unk_menu_203B364.o(.text); asm/rescue_password_menu.o(.text); - asm/load_screen.o(.text); src/load_screen.o(.text); src/wonder_mail_main_menu.o(.text); asm/wonder_mail_main_menu.o(.text); @@ -152,6 +164,8 @@ SECTIONS { src/code_80521D0_1.o(.text); src/pokemon.o(.text); asm/pokemon.o(.text); + src/pokemon_mid.o(.text); + asm/pokemon_1.o(.text); src/pokemon_1.o(.text); src/code_808DAB4.o(.text); asm/code_808DAB4.o(.text); @@ -159,6 +173,8 @@ SECTIONS { asm/code_808EAB0.o(.text); src/dungeon.o(.text); asm/code_809017C.o(.text); + src/items.o(.text); + asm/items.o(.text); src/rescue_team_info.o(.text); src/text_util.o(.text); src/friend_area.o(.text); @@ -255,8 +271,12 @@ SECTIONS { data/data_80B9BB8.o(.rodata); src/wonder_mail.o(.rodata); data/data_80DED44.o(.rodata); + src/post_office_guide.o(.rodata); + data/data_80E1F30.o(.rodata); src/adventure_log.o(.rodata); data/data_80E2068.o(.rodata); + src/debug_menu.o(.rodata); + data/data_80E7D40.o(.rodata); data/pokemon_mail.o(.rodata); data/personality_test.o(.rodata); src/personality_test.o(.rodata); |