diff options
author | camthesaxman <cameronghall@cox.net> | 2017-07-07 17:19:08 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-07-07 17:19:08 -0500 |
commit | bc14a02ef3b1b2923b285e163c5eca4142678504 (patch) | |
tree | f31cdbbc090518eeaef960ed3616a3f9ae9ed007 /ld_script.txt | |
parent | e9908459ed794ea589854fdb98c56db310719803 (diff) |
util.c data
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 0ade816b7..5ae5aa7ae 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -338,7 +338,7 @@ SECTIONS { src/pokemon_data.o(.rodata); . = ALIGN(4); src/trig.o(.rodata); - data/util.o(.rodata); + src/util.o(.rodata); data/daycare.o(.rodata); data/egg_hatch.o(.rodata); data/battle_interface.o(.rodata); |