diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-06-17 13:46:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-17 13:46:53 -0400 |
commit | e3de3422a8ab5225e6ecffec38c19cac89d17915 (patch) | |
tree | e12eddb9a126083e308968b56ce69d6dd85c42aa /ld_script.txt | |
parent | e28c7676126d31efa690f686152be19d5b62f743 (diff) | |
parent | 2b750cf44491aee3b2fe8265afb4ac6620500afa (diff) |
Merge pull request #69 from pret/item_pc
Item pc
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 f3d24a9ec..6360e600f 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -231,6 +231,7 @@ SECTIONS { src/bag.o(.text); src/trainer_pokemon_sprites.o(.text); src/vs_seeker.o(.text); + src/item_pc.o(.text); asm/item_pc.o(.text); asm/mailbox_pc.o(.text); asm/menu.o(.text); @@ -416,6 +417,7 @@ SECTIONS { src/bag.o(.rodata); src/trainer_pokemon_sprites.o(.rodata); src/vs_seeker.o(.rodata); + src/item_pc.o(.rodata); data/data_83FECCC.o(.rodata.8453F6C); src/quest_log.o(.rodata); data/data_83FECCC.o(.rodata.8456C74); |