diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-02-08 13:54:15 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2020-02-08 14:22:53 -0600 |
commit | 43ec11b92a5e7b90e8bdada6cbf8183ae3eb44f2 (patch) | |
tree | f329699ea9f047fac04620983d508fd723a32515 /ld_script.txt | |
parent | d1035f027e3aeb1cb0553a4207a345c9ca325a1a (diff) |
Move berry powder data to src
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 b3b149f66..7e7ee4ee0 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -455,7 +455,7 @@ SECTIONS { src/union_room_chat.o(.rodata); src/berry_crush.o(.rodata); data/berry_crush.o(.rodata); - data/berry_powder.o(.rodata); + src/berry_powder.o(.rodata); src/dodrio_berry_picking.o(.rodata); src/pokemon_jump.o(.rodata); src/rtc.o(.rodata); |