diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-02-12 23:37:09 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-02-12 20:37:09 -0800 |
commit | 75b580b370ae19e13ea80cc4d2441dbfc97d47cb (patch) | |
tree | a880adf76ac363d80a61ff5667abf16d1df3a9dd /ld_script.txt | |
parent | 3a6c13999d63d2a123a30587942b984c7af33580 (diff) |
start decompiling shop.c (#234)
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 4e364d6bc..28de8a235 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -147,6 +147,7 @@ SECTIONS { src/item.o(.text); src/matsuda_debug_menu.o(.text); asm/contest.o(.text); + src/shop.o(.text); asm/shop.o(.text); src/berry.o(.text); src/script_menu.o(.text); |