diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 5ebf1515c..b18e43309 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -218,7 +218,7 @@ SECTIONS { asm/clear_save_data_screen.o(.text); asm/evolution_graphics.o(.text); src/fldeff_teleport.o(.text); - asm/new_menu_helpers.o(.text); + src/new_menu_helpers.o(.text); asm/box_party_pokemon_dropdown.o(.text); asm/save_menu_util.o(.text); asm/map_preview_screen.o(.text); @@ -419,6 +419,8 @@ SECTIONS { data/data_83FECCC.o(.rodata); data/strings.o(.rodata); data/data_83FECCC.o(.rodata.841EE44); + src/new_menu_helpers.o(.rodata); + data/data_83FECCC.o(.rodata.841F4B4); src/bag.o(.rodata); src/trainer_pokemon_sprites.o(.rodata); src/vs_seeker.o(.rodata); |