diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 33 |
1 files changed, 22 insertions, 11 deletions
diff --git a/ld_script.txt b/ld_script.txt index 6fb2fbeb8..34b07ab1b 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -58,10 +58,10 @@ SECTIONS { asm/pokemon_1.o(.text); asm/calculate_base_damage.o(.text); asm/pokemon_2.o(.text); - asm/rom_806BD04.o(.text); + asm/pokemon_3.o(.text); asm/trig.o(.text); asm/rng.o(.text); - asm/rom_806F640.o(.text); + asm/util.o(.text); asm/blend_palette.o(.text); asm/daycare.o(.text); asm/egg_hatch.o(.text); @@ -85,16 +85,18 @@ SECTIONS { asm/text_window.o(.text); asm/script.o(.text); asm/scrcmd.o(.text); - asm/rom_809BEDC.o(.text); - asm/var.o(.text); - asm/flag.o(.text); - asm/rom_809D7BC.o(.text); + asm/field_control_avatar.o(.text); + asm/event_data.o(.text); + asm/coord_event_weather.o(.text); + asm/field_tasks.o(.text); + asm/clock.o(.text); asm/reset_rtc_screen.o(.text); asm/start_menu.o(.text); asm/tileset.o(.text); asm/palette.o(.text); asm/sound.o(.text); - asm/rom_80A3934.o(.text); + asm/battle_anim.o(.text); + asm/rom_80A5C6C.o(.text); src/task.o(.text); asm/rom5.o(.text); asm/title_screen.o(.text); @@ -106,7 +108,7 @@ SECTIONS { asm/fldeff_emotion.o(.text); asm/wild_encounter.o(.text); asm/field_effect.o(.text); - asm/rom_80B5E6C.o(.text); + asm/unknown_task.o(.text); asm/option_menu.o(.text); asm/pokedex.o(.text); asm/trainer_card.o(.text); @@ -176,15 +178,24 @@ SECTIONS { asm/rom_8158B30.o(.text); asm/player_pc.o(.text); asm/intro.o(.text); - asm/rom_816F318.o(.text); + asm/rom_81700F8.o(.text); + asm/field_region_map.o(.text); + asm/battle_anim_8170478.o(.text); + asm/hall_of_fame.o(.text); + asm/credits.o(.text); asm/lottery_corner.o(.text); asm/diploma.o(.text); asm/berry_tag_screen.o(.text); asm/mystery_event_menu.o(.text); asm/save_failed_screen.o(.text); - asm/rom_81795E8.o(.text); + asm/braille_puzzles.o(.text); + asm/pokeblock_feed.o(.text); asm/clear_save_data_screen.o(.text); - asm/rom_817B064.o(.text); + asm/intro_credits_graphics.o(.text); + asm/evolution_graphics.o(.text); + asm/bard_music.o(.text); + asm/fldeff_teleport.o(.text); + asm/rom_817C95C.o(.text); asm/front_pic_anim.o(.text); asm/rom_8184DA4.o(.text); src/multiboot.o(.text); |