summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-10-13 12:55:06 -0500
committerGitHub <noreply@github.com>2018-10-13 12:55:06 -0500
commit32fbf67d479c15351c718851412d84b4925acfdf (patch)
treee15fd2a025a49d29d9ff770ccbb8639aa3ffcc2c /ld_script.txt
parentb24559d69b6fa0abf042a1b7cdbcab3d1ec91fd6 (diff)
parent0c1d33da4f6db7b90913586a39ed60ea2b13f39e (diff)
Merge branch 'master' into shop
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt
index 336c96d1e..1be83563e 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -118,7 +118,7 @@ SECTIONS {
src/title_screen.o(.text);
asm/field_screen.o(.text);
src/battle_setup.o(.text);
- asm/cable_club.o(.text);
+ src/cable_club.o(.text);
src/trainer_see.o(.text);
src/wild_encounter.o(.text);
src/field_effect.o(.text);
@@ -428,7 +428,7 @@ SECTIONS {
src/title_screen.o(.rodata);
data/field_screen.o(.rodata);
src/battle_setup.o(.rodata);
- data/cable_club.o(.rodata);
+ src/cable_club.o(.rodata);
src/trainer_see.o(.rodata);
src/wild_encounter.o(.rodata);
src/field_effect.o(.rodata);