diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-12-19 16:38:51 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-19 16:38:51 -0600 |
commit | 8e1c66d8bd01807285b05d8333f36cd2d70e062c (patch) | |
tree | bb1bf94d56b770eca66780948ff9e05401967ed1 /ld_script.txt | |
parent | 087405b9d975b447ef7b17afd1e73e449cc7881b (diff) | |
parent | 0369264407563b64d60c885f8bf79322b6f663c8 (diff) |
Merge pull request #85 from AnonymousRandomPerson/master
More AI decomp
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 86511b9..198e3a1 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -190,8 +190,12 @@ SECTIONS { asm/code_804ACA0.o(.text); src/dungeon_util.o(.text); asm/code_80450F8.o(.text); + src/dungeon_visibility.o(.text); + asm/code_8045A00.o(.text); src/code_8048480.o(.text); asm/code_8048480.o(.text); + src/dungeon_map_access.o(.text); + asm/code_8049590.o(.text); src/code_80521D0.o(.text); asm/code_80521D0.o(.text); src/charge_move.o(.text); @@ -207,6 +211,8 @@ SECTIONS { asm/code_8070D04.o(.text); src/dungeon_ai.o(.text); asm/code_8071518.o(.text); + src/dungeon_ai_1.o(.text); + asm/code_807167C.o(.text); src/dungeon_pokemon_attributes.o(.text); asm/code_8071858.o(.text); src/dungeon_pokemon_attributes_1.o(.text); @@ -215,6 +221,8 @@ SECTIONS { asm/code_8073B78.o(.text); src/dungeon_movement.o(.text); asm/code_8075BA4.o(.text); + src/dungeon_range.o(.text); + asm/code_808333C.o(.text); src/dungeon_random.o(.text); asm/code_808411C.o(.text); src/dungeon_random_1.o(.text); |