diff options
author | YamaArashi <shadow962@live.com> | 2016-09-19 23:49:22 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-09-19 23:49:22 -0700 |
commit | 0b2a61e5d84e8a9950004c8d76ad8556e334f6c4 (patch) | |
tree | 9c6c31de37ba0dbcee99b8093f07d127d1de81e6 /ld_script.txt | |
parent | 573fa4cd845aae6d95719812e0fa39de2ffb07a9 (diff) |
WIP decompilation of script functions
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index aa9fe040c..0f55dc809 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -88,6 +88,8 @@ SECTIONS { src/play_time.o(.text); asm/rom4.o(.text); src/text_window.o(.text); + src/script.o(.text); + src/scrcmd.o(.text); asm/rom_8065394.o(.text); src/menu.o(.text); asm/rom_8072DF8.o(.text); |