summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-10-05 15:49:05 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-10-05 15:49:05 -0400
commitb01da1a59260b2ac54dd876e9cf35d2c1fb944e7 (patch)
tree8384ebb678d1237c49d6f1b59cd6504e6e58a1e4 /ld_script.txt
parentb4b509f68477068ae111cc5a6094d858d396c4bb (diff)
link.c through InitLocalLinkPlayer
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt
index a65474cd5..433528ed4 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -60,6 +60,7 @@ SECTIONS {
src/text.o(.text);
src/sprite.o(.text);
src/string_util.o(.text);
+ src/link.o(.text);
asm/link.o(.text);
src/multiboot.o(.text);
asm/main_menu.o(.text);