diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-15 12:24:33 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-15 12:24:33 -0400 |
commit | 39ef2a31a4dd12e8638ccf520952bd8f1eb1f36e (patch) | |
tree | 322293a9fe9ee82f121955fa0f8d01ddf25c2bb5 /ld_script.txt | |
parent | 1e959e036d856eedc6bee1c01114ca93d361a160 (diff) |
through AddMenu
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 491c57151..89f486240 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -133,6 +133,7 @@ SECTIONS { src/pokemon_storage_system_3.o(.text); src/pokemon_storage_system_4.o(.text); src/pokemon_storage_system_5.o(.text); + src/pokemon_storage_system_6.o(.text); asm/pokemon_storage_system.o(.text); src/pokemon_icon.o(.text); src/script_movement.o(.text); @@ -457,6 +458,7 @@ SECTIONS { src/pokemon_storage_system_3.o(.rodata); src/pokemon_storage_system_4.o(.rodata); src/pokemon_storage_system_5.o(.rodata); + src/pokemon_storage_system_6.o(.rodata); data/pokemon_storage_system.o(.rodata); src/pokemon_icon.o(.rodata); src/fldeff_cut.o(.rodata); |