diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 45 |
1 files changed, 25 insertions, 20 deletions
diff --git a/ld_script.txt b/ld_script.txt index a30c3382d..f410daf32 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -47,6 +47,8 @@ SECTIONS { src/rtc.o(.text); src/main_menu.o(.text); asm/rom3.o(.text); + src/decompress.o(.text); + asm/rom_800D42C.o(.text); src/pokemon_1.o(.text); asm/calculate_base_damage.o(.text); src/pokemon_2.o(.text); @@ -66,9 +68,9 @@ SECTIONS { src/rom4.o(.text); asm/fieldmap.o(.text); asm/metatile_behavior.o(.text); - asm/field_camera.o(.text); - asm/field_door.o(.text); - asm/field_player_avatar.o(.text); + src/field_camera.o(.text); + src/field_door.o(.text); + src/field_player_avatar.o(.text); asm/field_map_obj.o(.text); asm/field_ground_effect.o(.text); src/map_obj_80643A4.o(.text); @@ -81,27 +83,28 @@ SECTIONS { src/var.o(.text); src/flag.o(.text); asm/rom_806936C.o(.text); + asm/reset_rtc_screen.o(.text); asm/party_menu.o(.text); asm/rom_806D7F8.o(.text); src/start_menu.o(.text); src/menu.o(.text); - asm/tileset.o(.text); + src/tileset_anim.o(.text); src/palette.o(.text); src/sound.o(.text); asm/rom_8074BAC.o(.text); src/task.o(.text); asm/rom5.o(.text); - asm/title_screen.o(.text); + src/title_screen.o(.text); src/weather.o(.text); asm/weather.o(.text); asm/rom_8080874.o(.text); - asm/battle_setup.o(.text); + src/battle_setup.o(.text); asm/cable_club.o(.text); - asm/mori_debug_menu.o(.text); - asm/trainer_see.o(.text); + src/mori_debug_menu.o(.text); + src/trainer_see.o(.text); src/fldeff_emotion.o(.text); src/wild_encounter.o(.text); - asm/field_effect.o(.text); + src/field_effect.o(.text); asm/rom_80859BC.o(.text); src/option_menu.o(.text); src/pokedex.o(.text); @@ -111,7 +114,7 @@ SECTIONS { asm/rom_8094928.o(.text); asm/item_menu.o(.text); asm/battle_anim_80A7E7C.o(.text); - asm/item.o(.text); + src/item.o(.text); asm/matuda_debug_menu.o(.text); asm/contest.o(.text); asm/shop.o(.text); @@ -120,19 +123,20 @@ SECTIONS { asm/naming_screen.o(.text); asm/money.o(.text); asm/contest_effect.o(.text); + src/record_mixing.o(.text); asm/record_mixing.o(.text); asm/sound_check_menu.o(.text); asm/secret_base.o(.text); asm/tv.o(.text); asm/contest_link_80C2020.o(.text); asm/script_pokemon_util_80C4BF0.o(.text); - asm/field_poison.o(.text); - asm/big_shroomish_barboach.o(.text); + src/field_poison.o(.text); + src/pokemon_size_record.o(.text); asm/fldeff_80C5CD4.o(.text); - asm/truck_scene.o(.text); + src/truck_scene.o(.text); asm/porthole.o(.text); asm/rotating_gate.o(.text); - asm/safari_zone.o(.text); + src/safari_zone.o(.text); asm/contest_link_80C857C.o(.text); asm/item_use.o(.text); asm/battle_anim_80CA710.o(.text); @@ -144,13 +148,14 @@ SECTIONS { asm/mail.o(.text); asm/menu_helpers.o(.text); asm/script_pokemon_util_80F99CC.o(.text); - asm/dewford_trend.o(.text); - asm/heal_location.o(.text); + src/dewford_trend.o(.text); + src/heal_location.o(.text); asm/region_map.o(.text); asm/cute_sketch.o(.text); asm/decoration.o(.text); asm/slot_machine.o(.text); asm/contest_painting.o(.text); + src/battle_ai.o(.text); asm/battle_ai.o(.text); asm/trader.o(.text); src/starter_choose.o(.text); @@ -161,8 +166,8 @@ SECTIONS { asm/evolution_scene.o(.text); asm/roulette.o(.text); asm/pokedex_cry_screen.o(.text); - asm/coins.o(.text); - asm/landmark.o(.text); + src/coins.o(.text); + src/landmark.o(.text); asm/fldeff_strength.o(.text); asm/battle_transition.o(.text); asm/battle_811DA74.o(.text); @@ -188,7 +193,7 @@ SECTIONS { asm/rom_81473B8.o(.text); src/clear_save_data_menu.o(.text); asm/rom_8148B8C.o(.text); - asm/menu_cursor.o(.text); + src/menu_cursor.o(.text); } =0 script_data : @@ -669,7 +674,7 @@ SECTIONS { sound/songs/bgm_battle35.o(.rodata); sound/songs/bgm_battle38.o(.rodata); sound/songs/bgm_battle30.o(.rodata); - sound/songs/song_467.o(.rodata); + sound/songs/bgm_radio_tower_occupied.o(.rodata); } =0 lib_rodata : |