diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-11-08 08:53:27 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-08 08:53:27 -0600 |
commit | be4624024c16293356c3e10f61ea301d5c86d9ed (patch) | |
tree | a4ae4b6b5a0e28a7ce8866ff0aabef5f9118535a /ld_script.txt | |
parent | c0a9d620919bd6403772c4e5a236d47cd40ae861 (diff) | |
parent | aa6e1a91fc89d01ad65eb532d6832767c936807a (diff) |
Merge pull request #17 from PikalaxALT/vs_seeker
Vs seeker
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 462b36717..f445feaf7 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -215,7 +215,7 @@ SECTIONS { asm/bag.o(.text); asm/battle_dome_cards.o(.text); asm/unk_810C3A4.o(.text); - asm/vs_seeker.o(.text); + src/vs_seeker.o(.text); asm/item_pc.o(.text); asm/mailbox_pc.o(.text); asm/menu.o(.text); @@ -368,6 +368,8 @@ SECTIONS { data/data_83F5738.o(.rodata); src/save.o(.rodata); data/data_83FECCC.o(.rodata); + src/vs_seeker.o(.rodata); + data/data_83FECCC.o(.rodata.8453F6C); src/menews_jisan.o(.rodata); data/data_8468C98.o(.rodata); src/m4a_tables.o(.rodata); |