diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-05-01 15:19:24 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-05-01 15:19:24 -0400 |
commit | 4acbcf5759cb2d5453631dd104e3a845931df66c (patch) | |
tree | 4b10e326e9f3b0f522d75b3931391f2ac3dc905d /ld_script.txt | |
parent | 867b496f2e5a525043c9fd82ccaaad9349c89fac (diff) |
Port trader from Ruby
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 2832bcada..bd26f78eb 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -173,7 +173,7 @@ SECTIONS { asm/slot_machine.o(.text); asm/contest_painting.o(.text); src/battle_ai_script_commands.o(.text); - asm/trader.o(.text); + src/trader.o(.text); src/starter_choose.o(.text); src/wallclock.o(.text); src/rom6.o(.text); @@ -466,7 +466,7 @@ SECTIONS { data/slot_machine.o(.rodata); data/contest_painting.o(.rodata); src/battle_ai_script_commands.o(.rodata); - data/trader.o(.rodata); + src/trader.o(.rodata); data/starter_choose.o(.rodata); src/wallclock.o(.rodata); src/pokeblock.o(.rodata); |