diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-22 15:20:21 -0400 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-22 15:20:21 -0400 |
| commit | 6e9821ca07a64ee09129038286aaba3eb1825946 (patch) | |
| tree | 903b8f2baba6870cbf5099b8ef5b5480e6e2b7ef /ld_script.txt | |
| parent | 54cda0308707ace7055cc8ea6f4e698e6324f911 (diff) | |
Split contest code
Diffstat (limited to 'ld_script.txt')
| -rw-r--r-- | ld_script.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 6f582cc3f..a8e74560e 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -147,6 +147,7 @@ SECTIONS { src/debug/matsuda_debug_menu.o(.text); src/debug/crash.o(.text); src/contest.o(.text); + src/contest_2.o(.text); src/shop.o(.text); src/fldeff_escalator.o(.text); src/berry.o(.text); @@ -575,6 +576,8 @@ SECTIONS { src/debug/matsuda_debug_menu.o(.rodata); src/contest.o(.rodata); data/contest.o(.rodata); + src/contest_2.o(.rodata); + data/contest_2.o(.rodata); src/shop.o(.rodata); src/fldeff_escalator.o(.rodata); src/berry.o(.rodata); |
