diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-05-08 11:20:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-08 11:20:06 -0400 |
commit | 608194c53db3d2f6446dfb3f498da9a03244e134 (patch) | |
tree | 25ebeecdcc7a0f5b2ec01474ad3849753d247c11 /ld_script.txt | |
parent | f4130c59323b6a010e66ec50deffaa97bb084931 (diff) | |
parent | 11acb9adc74e0b6430043c8ea2e65ab203a8043a (diff) |
Merge pull request #433 from PikalaxALT/move_desc_to_c
Finish porting data_8479668.s to C
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 8553737f3..48a386163 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -610,7 +610,7 @@ SECTIONS { src/berry_fix_program.o(.rodata); src/keyboard_text.o(.rodata); src/trainer_tower_sets.o(.rodata); - data/data_8479668.o(.rodata); + src/move_descriptions.o(.rodata); /* These should not be moved to C files */ src/mystery_event_msg.o(.rodata); |