summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-06-19 13:34:32 -0500
committerMarijn van der Werf <marijn.vanderwerf@gmail.com>2017-06-20 15:13:44 +0200
commite072ddd6fbae8b303de546d0e9bd5ace2ecb20a1 (patch)
tree5652c2e7dc0cd743c6114af68bb5af5e88f9a076 /ld_script.txt
parent1fafe80241d56c7e89aa37d0bf6d20a0f4d208f2 (diff)
move data to C and introduce CompressedSpriteSheet and CompressedSpritePalette
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-xld_script.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt
index 5bbabf504..281f1781d 100755
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -339,7 +339,7 @@ SECTIONS {
data/daycare.o(.rodata);
data/egg_hatch.o(.rodata);
data/battle_interface.o(.rodata);
- data/pokeball.o(.rodata);
+ src/pokeball.o(.rodata);
data/trade.o(.rodata);
data/berry_blender.o(.rodata);
src/new_game.o(.rodata);