diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-12 00:17:17 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-12 00:17:17 -0800 |
commit | d08ba1f0231ea44410601aebfd1b8e43a4ba8042 (patch) | |
tree | f6b2cb9dd0ad464feeb7e855a22e1011c9232e0d /ld_script.txt | |
parent | ae3751c57b030d847108d926f7bb6dbeb45307a8 (diff) |
decompile some of file_system
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index b1854b6..05e39f4 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -49,6 +49,7 @@ SECTIONS { src/random.o(.text); asm/text.o(.text); asm/code_8009804.o(.text); + src/file_system.o(.text); asm/file_system.o(.text); asm/code_800AAA0.o(.text); src/main.o(.text); @@ -81,6 +82,8 @@ SECTIONS { ALIGN(4) { data/data.o(.rodata); + src/file_system.o(.rodata); + data/data_80B9BB8.o(.rodata); src/agb_flash.o(.rodata); src/agb_flash_1m.o(.rodata); src/agb_flash_mx.o(.rodata); |