diff options
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 8ecdc86..6b51a42 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -61,6 +61,7 @@ SECTIONS { src/sprite.o(.text); asm/sprite.o(.text); asm/code_800558C.o(.text); + src/code_800558C.o(.text); src/random.o(.text); src/text.o(.text); . = ALIGN(4); |