diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-06-28 04:30:45 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-06-28 04:30:45 +0800 |
commit | be2010e0db8ca527693d40a6f1410000033f7e7f (patch) | |
tree | 557a1ca9abaebc333ba8f66c0d240806c193a858 /ld_script.txt | |
parent | 6e570a107f6425068902e4ad077ab8c7b6e15ed3 (diff) |
finished reset_save_heap
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 5d1a151f6..adbd9d0f5 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -117,7 +117,7 @@ SECTIONS { asm/reshow_battle_screen.o(.text); asm/battle_anim_status_effects.o(.text); asm/title_screen.o(.text); - asm/reset_save_heap.o(.text); + src/reset_save_heap.o(.text); asm/field_weather.o(.text); asm/field_weather_effects.o(.text); asm/field_fadetransition.o(.text); |