diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-11-26 09:31:03 -0600 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-11-26 09:31:03 -0600 |
commit | 839c629d5b8c930fcc51dd342871ed59d923e54c (patch) | |
tree | c1b2b35a11cf3a53f73b7f9b2e44af97e595ac2b /ld_script.txt | |
parent | 9b1f2ccf5e523a6a196b3abc4afa4be7335fc715 (diff) |
Decompile dragon.c
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 aa8e4b712..797d52a93 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -169,7 +169,7 @@ SECTIONS { src/bug.o(.text); src/rock.o(.text); asm/ghost.o(.text); - asm/dragon.o(.text); + src/dragon.o(.text); asm/dark.o(.text); asm/ground.o(.text); asm/normal.o(.text); |