diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-01-07 16:10:24 -0600 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2021-01-09 10:33:29 -0600 |
commit | ec192a8fa80c389c67878d3da9f9faeb07b1451f (patch) | |
tree | ce0ee74fdae92286e4ae091196bb5044c6a1f768 /ld_script.txt | |
parent | 469212f7ee42d04e3160d357ed1f088f12edd391 (diff) |
5% wooo
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 1d675cd..7cc6262 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -80,7 +80,6 @@ SECTIONS { src/code_80118A4.o(.text); 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); @@ -88,6 +87,7 @@ SECTIONS { src/save_mid.o(.text); asm/save1.o(.text); src/save1.o(.text); + src/more_input.o(.text); asm/code_8012A18.o(.text); src/code_801D760.o(.text); asm/code_801D760.o(.text); @@ -95,6 +95,7 @@ SECTIONS { asm/code_8027C84.o(.text); src/wonder_mail.o(.text); asm/wonder_mail.o(.text); + src/code_803C190.o(.text); asm/personality_test.o(.text); src/personality_test.o(.text); asm/code_803D110.o(.text); @@ -108,6 +109,7 @@ SECTIONS { asm/code_8048480.o(.text); src/code_80521D0.o(.text); asm/code_80521D0.o(.text); + src/code_80521D0_1.o(.text); src/pokemon.o(.text); asm/pokemon.o(.text); src/pokemon_mid.o(.text); |