diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-10-17 12:27:49 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-10-17 12:27:49 -0500 |
commit | 9b8e49226f827a3314b320426c52164ab33e22f2 (patch) | |
tree | 7b8daa1933b3981347772506ce5def56356cc771 /ld_script.txt | |
parent | 597a69e9df651b9f856c63d00a7a3d317f3d9918 (diff) |
start moving some data into c of personality test
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index e6a94e5..7adb70f 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -187,6 +187,9 @@ SECTIONS { data/data.o(.rodata); src/file_system.o(.rodata); data/data_80B9BB8.o(.rodata); + data/personality_test.o(.rodata); + src/personality_test.o(.rodata); + data/data_80F4278.o(.rodata); src/m4a_tables.o(.rodata); src/agb_flash.o(.rodata); src/agb_flash_1m.o(.rodata); |