diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-08-26 13:36:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-26 13:36:06 -0500 |
commit | 47e34a5ea3cab55295a0b363c7baf2cbd1df7c80 (patch) | |
tree | 890d81154cf2c3199123b6f9a7017e0acbe08f40 /ld_script.txt | |
parent | b40b8dd1bbeb196231ca24a16553bd75490edce5 (diff) | |
parent | 6f360947a67c4fb8c0b32b07dc74bb28ff0f08a0 (diff) |
Merge pull request #412 from ProjectRevoTPP/shop
finish decompiling shop.c
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt index f7024cba7..7ad3c3ddb 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -159,7 +159,6 @@ SECTIONS { 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); src/naming_screen.o(.text); @@ -399,7 +398,7 @@ SECTIONS { src/item.o(.rodata); data/matsuda_debug_menu.o(.rodata); data/contest.o(.rodata); - data/shop.o(.rodata); + src/shop.o(.rodata); src/berry.o(.rodata); src/script_menu.o(.rodata); src/naming_screen.o(.rodata); |