diff options
author | scnorton <scnorton@biociphers.org> | 2019-04-09 11:23:33 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2019-04-09 11:23:33 -0400 |
commit | d54a9b56da080285db359610fb76aa402e1de249 (patch) | |
tree | 84f5049f12357250e46cbe8eb1168efe374d6d80 /ld_script.txt | |
parent | 7f920b887f9a060524347b4cc3a5e3f3abdd3b03 (diff) |
through sub_812EB2C
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 b342f0b8a..73fa6312d 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -228,6 +228,7 @@ SECTIONS { src/quest_log_battle.o(.text); src/fame_checker.o(.text); asm/menu2.o(.text); + src/oak_speech.o(.text); asm/oak_speech.o(.text); asm/tm_case.o(.text); asm/menu_indicators.o(.text); @@ -382,6 +383,7 @@ SECTIONS { src/quest_log.o(.rodata); data/data_83FECCC.o(.rodata.8456C74); src/fame_checker.o(.rodata); + src/oak_speech.o(.rodata); data/data_845FD54.o(.rodata); src/mevent.o(.rodata); src/mevent_server_helpers.o(.rodata); |