diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-10-04 17:55:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-04 17:55:20 -0500 |
commit | f044c8215b9d44f19ad90a43e9e0f4263a828254 (patch) | |
tree | e2fa5828e97a76d109276ed1d144e14cbce88f56 /ld_script.txt | |
parent | 4880b33ff2cff769a7c9bc73c9d792b40c10fbf7 (diff) | |
parent | 621cfbebee08dfd856a4e5a6164b9f27bcdbbadd (diff) |
Merge pull request #9 from ProjectRevoTPP/battle_ai
decompile battle_ai_script_commands.c
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index dea16b57c..4bc6ed9f1 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -168,7 +168,7 @@ SECTIONS { asm/script_pokemon_util_80BF8FC.o(.text); asm/heal_location.o(.text); asm/region_map.o(.text); - asm/battle_ai_script_commands.o(.text); + src/battle_ai_script_commands.o(.text); asm/rom6.o(.text); asm/fldeff_flash.o(.text); asm/post_battle_event_funcs.o(.text); |