diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-03-24 13:09:46 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-03-24 13:15:37 -0500 |
commit | 456cc3a6f02b6f45753b47e5ea37bd92e616f089 (patch) | |
tree | 6bda4b048a176415741bc253d94f6ffd980dbbe2 /ld_script.txt | |
parent | d3ff307f9f1067ae1a893bed1938417eb0c07c83 (diff) |
Split out the remaining wireless-related files
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 26 |
1 files changed, 22 insertions, 4 deletions
diff --git a/ld_script.txt b/ld_script.txt index f0e8a6ca3..a78890b9f 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -54,8 +54,19 @@ SECTIONS { src/string_util.o(.text); src/link.o(.text); src/link_rfu.o(.text); - src/rom_8011DC0.o(.text); - asm/rom_8011DC0.o(.text); + src/union_room.o(.text); + asm/union_room.o(.text); + asm/mevent2.o(.text); + asm/mevent_801BAAC.o(.text); + asm/mevent_server.o(.text); + asm/mevent_server_ish.o(.text); + asm/mevent_server_helpers.o(.text); + asm/mevent_news.o(.text); + asm/union_room_chat.o(.text); + asm/berry_crush.o(.text); + asm/berry_powder_vendor.o(.text); + asm/dodrio_berry_picking.o(.text); + asm/pokemon_jump.o(.text); src/rtc.o(.text); src/main_menu.o(.text); src/battle_controllers.o(.text); @@ -396,8 +407,15 @@ SECTIONS { src/string_util.o(.rodata); src/link.o(.rodata); src/link_rfu.o(.rodata); - src/rom_8011DC0.o(.rodata); - data/rom_8011DC0.o(.rodata); + src/union_room.o(.rodata); + data/union_room.o(.rodata); + data/mevent2.o(.rodata); + data/mevent_server.o(.rodata); + data/union_room_chat.o(.rodata); + data/berry_crush.o(.rodata); + data/berry_powder_vendor.o(.rodata); + data/dodrio_berry_picking.o(.rodata); + data/pokemon_jump.o(.rodata); src/rtc.o(.rodata); src/main_menu.o(.rodata); src/rom_8034C54.o(.rodata); |