diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-09-05 10:00:40 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-09-05 10:00:40 -0400 |
commit | 32693e94d844cb401aed91d066b9f5ad1eb440a7 (patch) | |
tree | 03f076bf8325e703d4ef18a9335698666183c527 | |
parent | 56055df1e5c4a4a84c1ce2fdfd9f9b07e3be6f84 (diff) |
Fix ld script for script_pokemon_util_80C4BF0
-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 f270b243b..41836d8b4 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -592,6 +592,7 @@ SECTIONS { src/secret_base.o(.rodata*); src/tv.o(.rodata*); src/contest_link_80C2020.o(.rodata*); + src/script_pokemon_util_80C4BF0.o(.rodata*); src/pokemon_size_record.o(.rodata*); src/pc_screen_effect.o(.rodata*); src/pc_screen_effect.o(.data); |