diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-07-06 05:53:42 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-07-07 01:46:06 +0800 |
commit | cc4d2f524cbac1610e6ff517d55d7de48ebcafc7 (patch) | |
tree | bcf43cfb13e38d0e42649ec4622db8787a20db32 /ld_script.txt | |
parent | 60300866962c072aaf949c0addf75514b973bfec (diff) |
finished dynamic_placeholder_text_util
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt index dcd00c32c..e493157c8 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -251,7 +251,7 @@ SECTIONS { asm/pokemon_summary_screen.o(.text); src/help_system.o(.text); asm/wild_pokemon_area.o(.text); - asm/unk_text_util.o(.text); + src/dynamic_placeholder_text_util.o(.text); asm/berry_pouch.o(.text); asm/itemfinder.o(.text); src/buy_menu_helpers.o(.text); @@ -442,7 +442,7 @@ SECTIONS { data/pokemon_summary_screen.o(.rodata); src/help_system.o(.rodata); data/wild_pokemon_area.o(.rodata); - data/unk_text_util.o(.rodata); + src/dynamic_placeholder_text_util.o(.rodata); data/berry_pouch.o(.rodata); data/itemfinder.o(.rodata); src/buy_menu_helpers.o(.rodata); |