summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-03-04 23:26:51 -0500
committerPhlosioneer <mattmdrr2@gmail.com>2019-03-04 23:26:51 -0500
commit907492fd6e724d8dc2e5d2eff372be85e6f0d30c (patch)
tree9a333e83bd19a96707e33b81d5f12899f154fb00 /ld_script.txt
parentcae63cf1c79ed243827e8a9149c1aa652f80d374 (diff)
Split rom asm file in half
The first half is ui/menu stuff, while the second half is link-related stuff.
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt
index 53142d360..6b3df891c 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -291,6 +291,7 @@ SECTIONS {
src/pokenav.o(.text);
asm/pokenav.o(.text);
src/pokenav_match_call.o(.text);
+ asm/player_pc_ui.o(.text);
asm/rom_81D1C44.o(.text);
src/trainer_hill.o(.text);
src/rayquaza_scene.o(.text);
@@ -594,6 +595,7 @@ SECTIONS {
src/pokenav.o(.rodata);
data/pokenav.o(.rodata);
src/pokenav_match_call.o(.rodata);
+ data/player_pc_ui.o(.rodata);
data/rom_81D1C44.o(.rodata);
src/trainer_hill.o(.rodata);
src/rayquaza_scene.o(.rodata);