diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2018-01-14 14:04:11 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-14 14:04:11 -0600 |
commit | 408c6ceddcc54a3aa45cdbb2923dc443d2e6297f (patch) | |
tree | 13fe61afef2608d6c9a595eb68396d62606f0b6a /ld_script.txt | |
parent | 3e2f01c1eab4414f1c09844d19ae42535b8c4c4b (diff) | |
parent | a5403f03dd49711f8c2f719e8bfa8a83f427563c (diff) |
Merge pull request #526 from ProjectRevoTPP/contest_ai
decompile contest_ai.c
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt index 0f7247f45..128eb4c20 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -355,7 +355,7 @@ SECTIONS { src/engine/save.o(.text); src/engine/mystery_event_script.o(.text); src/field/field_effect_helpers.o(.text); - asm/contest_ai.o(.text); + src/contest_ai.o(.text); src/unused_81258BC.o(.text); src/battle/anim/sfx.o(.text); src/battle/battle_controller_safari.o(.text); @@ -614,7 +614,7 @@ SECTIONS { src/scene/cable_car.o(.rodata); src/engine/save.o(.rodata); src/field/field_effect_helpers.o(.rodata); - data/contest_ai.o(.rodata); + src/contest_ai.o(.rodata); src/battle/battle_controller_safari.o(.rodata); data/battle_anim_812C144.o(.rodata); src/pokemon/learn_move.o(.rodata); |