diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-10-17 10:53:16 -0700 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-10-17 10:53:16 -0700 |
commit | 46e006b94cf7a2e59652a083cdd01f0d5dc9a26f (patch) | |
tree | d2d5315a6c8512aeda5ca5d435c3ef2a7d80688b /ld_script.txt | |
parent | 0ba52688584d8a35ec9c617b035c9dea71e2689f (diff) | |
parent | d05339979e39580b162e618087136bb220a4f20d (diff) |
Merge branch 'master' into quest_log
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 5ac1bdeaa..90996ddb1 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); |