diff options
author | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-10-28 12:44:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-28 12:44:32 -0700 |
commit | b350c7e9fa867af2871ac2c6b92f95e8bb77617c (patch) | |
tree | dfa26bc0b921e09ed0adcaeb2c7988511bf5bbf1 /ld_script.txt | |
parent | 4c74840c08660db73df40febe94dde07b2dfe4f8 (diff) | |
parent | 0c7d1385e8747383295d7df37ab10c440d20b603 (diff) |
Merge pull request #75 from yenatch/master
Decompile berry.c.
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 2bff38424..a0d6fd441 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -114,7 +114,7 @@ SECTIONS { asm/matuda_debug_menu.o(.text); asm/contest.o(.text); asm/shop.o(.text); - asm/berry.o(.text); + src/berry.o(.text); asm/script_menu.o(.text); asm/naming_screen.o(.text); asm/money.o(.text); |