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 c55bbae97..b173a90bf 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -49,7 +49,7 @@ SECTIONS { src/sprite.o(.text); src/string_util.o(.text); asm/link.o(.text); - asm/rtc.o(.text); + src/rtc.o(.text); asm/main_menu.o(.text); asm/rom3.o(.text); src/decompress.o(.text); |