diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index b2484d644..7f04049ac 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -97,7 +97,7 @@ SECTIONS { asm/title_screen.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); |