diff options
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 1eb1602..07163b1 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -37,7 +37,7 @@ SECTIONS { asm/code.o(.text); asm/memory.o(.text); asm/code_80035F0.o(.text); - asm/other_random.o(.text); + src/other_random.o(.text); asm/util.o(.text); asm/bg_palette_buffer.o(.text); asm/code_80047E8.o(.text); |