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 8fd83fbc8..2b5d8fe4e 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -86,7 +86,7 @@ SECTIONS { asm/battle_interface.o(.text); asm/smokescreen.o(.text); asm/pokeball.o(.text); - asm/load_save.o(.text); + src/load_save.o(.text); asm/trade.o(.text); asm/play_time.o(.text); asm/new_game.o(.text); |