diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-11-02 11:15:37 -0600 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-11-02 11:15:37 -0600 |
commit | 65720e556d95a1a7153fbf8590fe63faedabf080 (patch) | |
tree | 81f9e955dbac260a988fcf3c1c1f721f9fc6f96d /ld_script.txt | |
parent | 4dee2a71d4085a15fc2b01371b060e08e2745970 (diff) |
some work on fatal system decomping
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 875388b..23346ab 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -79,6 +79,8 @@ SECTIONS { asm/code_80118A4.o(.text); src/code_80118A4_1.o(.text); asm/fatal_system.o(.text); + src/fatal_system.o(.text); + asm/fatal_system_1.o(.text); src/save.o(.text); asm/save.o(.text); src/save_mid.o(.text); |