diff options
| author | golem galvanize <golemgalvanize@github.com> | 2018-01-11 11:41:33 -0500 |
|---|---|---|
| committer | golem galvanize <golemgalvanize@github.com> | 2018-01-11 11:41:33 -0500 |
| commit | bde368e439b3a279df18efcf563ec908f3e84330 (patch) | |
| tree | 4e90c87b0e2f34826c4d833c03a62fb04ca4759b /ld_script.txt | |
| parent | 690021476f3ec334e06b0dfc95267114949ecfc7 (diff) | |
finish splitting and decompiling dragon.s
Diffstat (limited to 'ld_script.txt')
| -rw-r--r-- | ld_script.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 0fe09e652..4775e13d6 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -296,7 +296,7 @@ SECTIONS { asm/rock.o(.text); asm/ghost.o(.text); src/battle/anim/dragon.o(.text); - asm/dragon.o(.text); + src/battle/anim/dark.o(.text); asm/dark.o(.text); asm/ground.o(.text); asm/normal.o(.text); |
