diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2016-12-02 17:05:01 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-12-02 14:05:01 -0800 |
commit | a933e8e24dfef0dcb5b697b9f2b7f307720cca67 (patch) | |
tree | b62cc7cab953bcc274bd86f0f6d584b2b667255d /ld_script.txt | |
parent | 0f595209dec1a50ba5c8a86e3c5e8a64e567c663 (diff) |
partially decompile matsuda_debug_menu.c (#117)
* begin decompiling matsuda_debug_menu.c
* i'm sorry for misspelling your name
* decompile more masuda_debug_menu.c
* mergable state
* whatever yama
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 f410daf32..ea9ecce67 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -115,7 +115,8 @@ SECTIONS { asm/item_menu.o(.text); asm/battle_anim_80A7E7C.o(.text); src/item.o(.text); - asm/matuda_debug_menu.o(.text); + src/matsuda_debug_menu.o(.text); + asm/matsuda_debug_menu.o(.text); asm/contest.o(.text); asm/shop.o(.text); src/berry.o(.text); |