summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorsceptillion <33798691+sceptillion@users.noreply.github.com>2017-12-11 13:17:08 -0800
committersceptillion <33798691+sceptillion@users.noreply.github.com>2017-12-11 13:17:08 -0800
commitf0da018ee248db36823ae3fe959d0d9dc7af6c90 (patch)
treebce1098d828342fb932973e5068f9cd13f4a9227 /ld_script.txt
parentf5b85f1eb8110ddedff991549970e0f5c5277de9 (diff)
split event_flag.s
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt
index a5403f2..451c221 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -35,6 +35,8 @@ SECTIONS {
{
asm/crt0.o(.text);
asm/code.o(.text);
+ asm/event_flag.o(.text);
+ asm/code_8002774.o(.text);
asm/memory.o(.text);
asm/code_80035F0.o(.text);
src/other_random.o(.text);