diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-01-18 16:35:34 -0600 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-01-18 14:35:34 -0800 |
commit | 56f432fca2d552d8f0cda1a7fbab8aeb7d926fa2 (patch) | |
tree | ee99f5f6ae709b89179c787a4ceeb92f6d5255bb /ld_script.txt | |
parent | 6bbdece4fba09f9b1820e936210f3c3f6b62c72a (diff) |
start decompiling rom3 (#198)
* start decompiling rom3
* newline
* decompile sub_800BA78
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index f379dc74d..8367bc1d6 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -46,6 +46,7 @@ SECTIONS { src/link.o(.text); src/rtc.o(.text); src/main_menu.o(.text); + src/rom3.o(.text); asm/rom3.o(.text); src/decompress.o(.text); asm/rom_800D42C.o(.text); |