summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2018-08-14 21:56:11 -0700
committerDiegoisawesome <diego@domoreaweso.me>2018-08-14 22:00:35 -0700
commita07d69d7c2e65ed8ea71ec88cc3c4cadbb444510 (patch)
tree431318948d5d6800788bbc545e49462ae75e7126 /ld_script.txt
parent6dac87abfd2bea0ddf126cdc1e9c31757c8fee36 (diff)
Finish pokemon_summary_screen
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt
index 5f9d35617..462af2946 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -262,7 +262,9 @@ SECTIONS {
asm/fossil_specials.o(.text);
src/berry_fix_program.o(.text);
src/pokemon_summary_screen.o(.text);
- asm/pokemon_summary_screen.o(.text);
+ src/unk_pokedex_area_screen_helper.o(.text);
+ src/battle_pyramid.o(.text);
+ asm/battle_pyramid.o(.text);
asm/pokenav.o(.text);
src/match_call.o(.text);
asm/pokenav.o(.text.after.match.call);
@@ -537,7 +539,8 @@ SECTIONS {
src/fldeff_groundshake.o(.rodata);
src/berry_fix_program.o(.rodata);
src/pokemon_summary_screen.o(.rodata);
- data/pokemon_summary_screen.o(.rodata);
+ src/unk_pokedex_area_screen_helper.o(.rodata);
+ data/unk_pokedex_area_screen_helper.o(.rodata);
data/pokenav.o(.rodata);
src/match_call.o(.rodata);
data/pokenav.o(.rodata.after.match.call);