diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-05-19 17:54:40 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-05-19 17:54:40 -0400 |
commit | e1dc9476602cedfcad0da28fb873aeb2a1c8f812 (patch) | |
tree | 6a27ea73165c5edfdf3976b1e24d04ef51cf8f49 /ld_script.txt | |
parent | ee354901a6986f2b1f7fd10f9fced5be0d862279 (diff) |
wireless_communication_status_screen through sub_814F364
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 c499b5947..a2f01cea2 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -251,6 +251,7 @@ SECTIONS { asm/berry_crush.o(.text); asm/berry_crush_2.o(.text); asm/berry_crush_3.o(.text); + src/wireless_communication_status_screen.o(.text); asm/wireless_communication_status_screen.o(.text); src/braille_text.o(.text); asm/text_window.o(.text); @@ -428,6 +429,7 @@ SECTIONS { . = ALIGN(4); src/seagallop.o(.rodata); data/data_8468C98.o(.rodata); + src/wireless_communication_status_screen.o(.rodata); src/braille_text.o(.rodata); src/text_window_graphics.o(.rodata); src/quest_log_8150454.o(.rodata); |