diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-11 09:55:45 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-11 09:55:45 -0400 |
commit | d2b0f36b7daa93d0708f19db347ad2befe2a4f07 (patch) | |
tree | f08aa20fb6995fedf34e374547715c78f70ea236 /ld_script.txt | |
parent | 6af8c04d8fa6aaeaeb6c8b919e7770a65b9a883d (diff) |
Port PSS utility functions
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 094bf1c88..d131f8e9d 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -128,7 +128,8 @@ SECTIONS { src/option_menu.o(.text); src/pokedex.o(.text); src/trainer_card.o(.text); - asm/pokemon_storage_system.o(.text); + src/pokemon_storage_system.o(.text); + asm/pokemon_storage_system_2.o(.text); src/pokemon_icon.o(.text); src/script_movement.o(.text); src/fldeff_cut.o(.text); |