diff options
author | scnorton <scnorton@biociphers.org> | 2017-08-30 09:43:48 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-08-30 09:43:48 -0400 |
commit | 7755869cd2b521cb0a608f5f71c8a272e81cb214 (patch) | |
tree | 4a580984bc0786e535cb029fea13197a24fb7a5e /ld_script.txt | |
parent | b9cf26cd89505d5340343adeb41312012714fd0a (diff) |
Convert egg moves and daycare strings/pointers to C objects
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 4f3ff093d..10905b93f 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -341,7 +341,7 @@ SECTIONS { . = ALIGN(4); src/trig.o(.rodata); src/util.o(.rodata); - data/daycare.o(.rodata); + src/daycare.o(.rodata); src/egg_hatch.o(.rodata); data/battle_interface.o(.rodata); src/pokeball.o(.rodata); |