diff options
author | dheu <gwimminus@gmail.com> | 2019-07-10 14:50:54 +0800 |
---|---|---|
committer | dheu <gwimminus@gmail.com> | 2019-07-10 14:50:54 +0800 |
commit | da593ec33d7b59af1bd125638d5271c64c11c6e7 (patch) | |
tree | a0e81df26c77c974c5643cb4dbc63ea3558848d9 /ld_script.txt | |
parent | 8fe7ed27febc86f61735b1395ebb5924d7607809 (diff) | |
parent | 39d68ebd445be5657a916dec1b4872717e9c40d3 (diff) |
fix: rm asm/diploma.s
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/ld_script.txt b/ld_script.txt index 2ad76655b..25a219793 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -146,13 +146,13 @@ SECTIONS { asm/naming_screen.o(.text); src/money.o(.text); asm/script_pokemon_util_80A0058.o(.text); - asm/field_poison.o(.text); + src/field_poison.o(.text); asm/pokemon_size_record.o(.text); asm/pc_screen_effect.o(.text); src/fldeff_poison.o(.text); src/fldeff_berrytree.o(.text); src/field_special_scene.o(.text); - asm/safari_zone.o(.text); + src/safari_zone.o(.text); src/item_use.o(.text); asm/battle_anim_effects_1.o(.text); asm/battle_anim_effects_2.o(.text); @@ -226,7 +226,7 @@ SECTIONS { asm/link_rfu_2.o(.text); asm/link_rfu.o(.text); asm/pokedex_screen.o(.text); - asm/list_menu.o(.text); + src/list_menu.o(.text); asm/item_menu.o(.text); src/save_location.o(.text); src/bag.o(.text); @@ -246,15 +246,15 @@ SECTIONS { src/menu2.o(.text); src/oak_speech.o(.text); src/tm_case.o(.text); - asm/menu_indicators.o(.text); + src/menu_indicators.o(.text); asm/pokedex_area_markers.o(.text); asm/pokemon_summary_screen.o(.text); src/help_system.o(.text); asm/wild_pokemon_area.o(.text); - asm/unk_text_util.o(.text); + src/dynamic_placeholder_text_util.o(.text); asm/berry_pouch.o(.text); asm/itemfinder.o(.text); - asm/buy_menu_helpers.o(.text); + src/buy_menu_helpers.o(.text); asm/slot_machine.o(.text); src/roamer.o(.text); src/mystery_gift_menu.o(.text); @@ -424,6 +424,8 @@ SECTIONS { data/data_83FECCC.o(.rodata.841EE44); src/new_menu_helpers.o(.rodata); data/data_83FECCC.o(.rodata.841F4B4); + src/list_menu.o(.rodata); + data/data_83FECCC.o(.rodata.8452CF4); src/save_location.o(.rodata); src/bag.o(.rodata); src/trainer_pokemon_sprites.o(.rodata); @@ -437,15 +439,15 @@ SECTIONS { src/menu2.o(.rodata); src/oak_speech.o(.rodata); src/tm_case.o(.rodata); - data/menu_indicators.o(.rodata); + src/menu_indicators.o(.rodata); data/pokedex_area_markers.o(.rodata); data/pokemon_summary_screen.o(.rodata); src/help_system.o(.rodata); data/wild_pokemon_area.o(.rodata); - data/unk_text_util.o(.rodata); + src/dynamic_placeholder_text_util.o(.rodata); data/berry_pouch.o(.rodata); data/itemfinder.o(.rodata); - data/buy_menu_helpers.o(.rodata); + src/buy_menu_helpers.o(.rodata); data/slot_machine.o(.rodata); src/roamer.o(.rodata); src/mystery_gift_menu.o(.rodata); |