diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-10-23 21:03:52 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-10-23 21:03:52 -0500 |
commit | a448bf4fdb0339f887b0dc7d26364a7a76803430 (patch) | |
tree | 4da414ad57c9ef433ec17634b9a68bf341481f1d /ld_script.txt | |
parent | 1d308ccaa472d5838c12bf9289d7dd86040f1ecd (diff) |
split and decomp some more
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 2467507..d70a9ca 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -108,6 +108,8 @@ SECTIONS { src/pokemon_1.o(.text); src/code_808DAB4.o(.text); asm/code_808DAB4.o(.text); + src/code_808EAB0.o(.text); + asm/code_808EAB0.o(.text); src/dungeon.o(.text); asm/code_809017C.o(.text); src/code_8092334.o(.text); |