diff options
author | yenatch <yenatch@gmail.com> | 2016-10-28 15:27:45 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2016-10-28 15:32:41 -0400 |
commit | ef55219ef23f6c7c2b2b43e87706844403783c07 (patch) | |
tree | 976d5d903a5f960354ae73bee171ad5a7248357a /ld_script.txt | |
parent | 53305e3f94f0aa674d6af6841189cfb3c9017345 (diff) |
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 243966685..cb6a6031e 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -108,7 +108,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); |