diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-05-07 14:11:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-07 14:11:38 -0400 |
commit | f4130c59323b6a010e66ec50deffaa97bb084931 (patch) | |
tree | 7c0bedfc384fbe5870031e51dec3508aae361709 /ld_script.txt | |
parent | bfce7b67edc5630137f953ba00f6825d279ecd0a (diff) | |
parent | b79634e2f34ac0b7034702dd81183af201dd8ed1 (diff) |
Merge pull request #428 from PikalaxALT/trainer_tower_to_c
Trainer tower sets to C
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 9e2b1415f..8553737f3 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -609,6 +609,7 @@ SECTIONS { src/minigame_countdown.o(.rodata); src/berry_fix_program.o(.rodata); src/keyboard_text.o(.rodata); + src/trainer_tower_sets.o(.rodata); data/data_8479668.o(.rodata); /* These should not be moved to C files */ |