From 1e63f841ef5aaf120b31eda59b86d34c1838ab5c Mon Sep 17 00:00:00 2001 From: sceptillion <33798691+sceptillion@users.noreply.github.com> Date: Mon, 11 Dec 2017 11:39:11 -0800 Subject: split file_system.s --- ld_script.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ld_script.txt') diff --git a/ld_script.txt b/ld_script.txt index 14d1053..a5403f2 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -43,6 +43,8 @@ SECTIONS { asm/code_80047E8.o(.text); src/random.o(.text); asm/code_8006218.o(.text); + asm/file_system.o(.text); + asm/code_800AAA0.o(.text); src/main.o(.text); asm/code_800B540.o(.text); asm/m4a.o(.text); -- cgit v1.2.3