diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-20 12:55:52 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-20 12:55:52 -0800 |
commit | 9f9e3529f8d5fa6a5847ead54a9f2c8792f3ccd9 (patch) | |
tree | 19d3ebee502bb1b3ffa72a91fd00c83794d007fb /ld_script.txt | |
parent | a6a0b7db926a41de8adcbefa5ac2d577e21f16cf (diff) |
decompile string_util
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 5abc06505..8e65050bd 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -95,7 +95,7 @@ SECTIONS { src/text.o(.text); asm/text.o(.text); src/sprite.o(.text); - asm/string_util.o(.text); + src/string_util.o(.text); asm/link.o(.text); asm/multiboot.o(.text); asm/main_menu.o(.text); @@ -402,6 +402,7 @@ SECTIONS { data/text.o(.rodata); src/sprite.o(.rodata); src/bg_regs.o(.rodata); + src/string_util.o(.rodata); data/data.o(.rodata); src/m4a_tables.o(.rodata); data/sound_data.o(.rodata); |