diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-10-01 17:40:44 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-10-01 17:40:44 -0500 |
commit | d60e36b6b81b691585c2f231356738af704e0c7b (patch) | |
tree | 53f32ecfffa3c1d98e27df4cbf710d4bd9552a55 /ld_script.txt | |
parent | 51de478e603d08b01942449f71a72801da65ede7 (diff) |
decomp a number of pokemon functions
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 9d72159..0e93f77 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -87,6 +87,8 @@ SECTIONS { asm/code_80521D0.o(.text); src/pokemon.o(.text); asm/pokemon.o(.text); + src/pokemon_mid.o(.text); + asm/pokemon_1.o(.text); src/pokemon_1.o(.text); src/code_808DAB4.o(.text); asm/code_808DAB4.o(.text); |