summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-04-02 08:43:16 -0400
committerhuderlem <huderlem@gmail.com>2019-04-03 17:04:42 -0500
commita455d98385cdeadc65ee3df992fc8d6be36495b3 (patch)
treee24541239e48d302e27876cddd6e42b51d2b091c /ld_script.txt
parent438521bf21e24afc15adf871f154d5d7c361408a (diff)
start porting mevent_server from firered
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt
index 619abfce1..31de8d730 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -60,6 +60,7 @@ SECTIONS {
src/union_room_battle.o(.text);
src/mevent2.o(.text);
src/mevent_801BAAC.o(.text);
+ src/mevent_server.o(.text);
asm/mevent_server.o(.text);
asm/mevent_server_ish.o(.text);
asm/mevent_server_helpers.o(.text);
@@ -416,6 +417,7 @@ SECTIONS {
src/union_room_battle.o(.rodata);
src/mevent2.o(.rodata);
src/mevent_801BAAC.o(.rodata);
+ src/mevent_server.o(.rodata);
data/mevent_server.o(.rodata);
src/union_room_chat.o(.rodata);
data/union_room_chat.o(.rodata);