diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-10-01 13:32:53 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-10-01 13:32:53 -0500 |
commit | 96fdd3aae0ba1d923b358128012979a9a1a0eb38 (patch) | |
tree | ea50555b95a9848794c7464174a9d3ed53990e45 /ld_script.txt | |
parent | 70c644dfdd82dd31038faf1e2ca37b833ee8c328 (diff) |
successful decomp of one pokemon data func and struct.. making headway
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 34c6db7..9d72159 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -87,6 +87,7 @@ SECTIONS { asm/code_80521D0.o(.text); src/pokemon.o(.text); asm/pokemon.o(.text); + src/pokemon_1.o(.text); src/code_808DAB4.o(.text); asm/code_808DAB4.o(.text); src/dungeon.o(.text); |