From 2582d7a8680e32493403d484c1990e1a63fb2015 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Mon, 23 Nov 2020 15:22:16 -0600 Subject: isemi-identified VRAM and split personality test funcs --- ld_script.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ld_script.txt') diff --git a/ld_script.txt b/ld_script.txt index 28ed166..86faeb8 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -97,7 +97,8 @@ SECTIONS { asm/code_801D760.o(.text); src/code_8027C84_pre.o(.text); asm/code_8027C84.o(.text); - src/code_8027C84.o(.text); + asm/personality_test.o(.text); + src/personality_test.o(.text); asm/code_803D110.o(.text); src/code_8040094.o(.text); asm/code_8040094.o(.text); @@ -124,6 +125,8 @@ SECTIONS { asm/code_8092334.o(.text); src/code_8094F88.o(.text); asm/code_8095014.o(.text); + src/code_809747C.o(.text); + asm/code_809747C.o(.text); src/code_8097F40.o(.text); asm/code_8097F40.o(.text); asm/code_8098468.o(.text); -- cgit v1.2.3