diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-15 18:25:20 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-15 18:25:20 -0400 |
commit | d30e2597a05d2a887dca2ca3ef2ca000701dfd63 (patch) | |
tree | 951d7c680e326a4db91bb947eec22dc24f7da341 /ld_script.txt | |
parent | c996ca85bc4d3bd62e2b6d2a37809c4f5c46b2e1 (diff) |
pss 9; static symbols
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 2c7f2339c..178474863 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -136,7 +136,7 @@ SECTIONS { src/pokemon_storage_system_6.o(.text); src/pokemon_storage_system_7.o(.text); src/pokemon_storage_system_8.o(.text); - asm/pokemon_storage_system.o(.text); + src/pokemon_storage_system_9.o(.text); src/pokemon_icon.o(.text); src/script_movement.o(.text); src/fldeff_cut.o(.text); |