diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-02-04 12:44:00 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-04 12:44:00 -0800 |
commit | 5969695b8bbdab5182d0d651bbd2d256a12c0404 (patch) | |
tree | b8ae0072759babab7e2c56c70ee62f2c5780b5a5 /ld_script.txt | |
parent | f1f6c7337f4f2f002b456468b0ccc327fc494d02 (diff) | |
parent | 338d2b0b1897899a6fa787f8baa4cf392f81b718 (diff) |
Merge pull request #563 from huderlem/dark
Decompile dark.s
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 cb3e55242..435a8d8f6 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -302,7 +302,6 @@ SECTIONS { asm/ghost.o(.text); src/battle/anim/dragon.o(.text); src/battle/anim/dark.o(.text); - asm/dark.o(.text); asm/ground.o(.text); asm/normal.o(.text); src/battle/anim/battle_intro.o(.text); |