diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-08-12 00:03:19 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-08-12 00:03:19 +0200 |
commit | df5009cb3e723d2bceca45a63acccf54dfafb095 (patch) | |
tree | 838e116ea8dc314839dd33e9f04d0ca972849cac /ld_script.txt | |
parent | 85ebd76cd03e1ee84f182585060b3a79b8653e85 (diff) |
Move move descriptions 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 f5bfdd598..fd6b4301b 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -530,6 +530,7 @@ SECTIONS { src/fossil_specials.o(.rodata); src/fldeff_groundshake.o(.rodata); src/berry_fix_program.o(.rodata); + src/pokemon_summary_screen.o(.rodata); data/pokemon_summary_screen.o(.rodata); data/pokenav.o(.rodata); src/match_call.o(.rodata); |