diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-01-19 21:00:04 -0600 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-01-19 19:00:04 -0800 |
commit | 1ac7736fbfd8158241ad7eb62857d425e1e5f6bb (patch) | |
tree | 14fbbd568d9977232883942ee77f062a761fc1f2 /ld_script.txt | |
parent | 5fae4fddf5c41eba64c96cbd5e7c132f5b6d400f (diff) |
finish decompiling rom3 (#201)
* start decompiling rom3
* newline
* decompile sub_800BA78
* decompile more of rom3
* battle type constants
* decompile sub_800C35C
* remove sh.exe.stackdump
* decompile more of rom3
* can't get dp01_build_cmdbuf_x10_TODO to match
* finish decompiling rom3
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 8367bc1d6..5dc385350 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -47,7 +47,6 @@ SECTIONS { 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); src/rom_800D42C.o(.text); |