summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/ld_script.txt b/ld_script.txt
index 5cb7851bf..a7f9948b8 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -60,9 +60,9 @@ SECTIONS {
src/union_room_battle.o(.text);
src/mevent2.o(.text);
src/mevent_801BAAC.o(.text);
- asm/mevent_server.o(.text);
- asm/mevent_server_ish.o(.text);
- asm/mevent_server_helpers.o(.text);
+ src/mevent_server.o(.text);
+ src/mevent_client.o(.text);
+ src/mevent_server_helpers.o(.text);
src/mevent_news.o(.text);
src/union_room_chat.o(.text);
src/berry_crush.o(.text);
@@ -415,7 +415,9 @@ SECTIONS {
src/union_room_battle.o(.rodata);
src/mevent2.o(.rodata);
src/mevent_801BAAC.o(.rodata);
- data/mevent_server.o(.rodata);
+ src/mevent_server.o(.rodata);
+ src/mevent_client.o(.rodata);
+ src/mevent_scripts.o(.rodata);
src/union_room_chat.o(.rodata);
data/union_room_chat.o(.rodata);
data/berry_crush.o(.rodata);