diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-03-26 19:03:46 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2019-03-26 21:58:20 -0500 |
commit | af1baa89f1c7f657eb096df5bf2677527301b5c4 (patch) | |
tree | 82b5322cf23aa0cca75519b69c0e3e83d572bef3 /ld_script.txt | |
parent | d7a9fcb9755cd06e4e0245b848e44f4ff75e22cb (diff) |
Start decompiling union_room_chat.c
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 b4f99d606..83f430ebe 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -62,6 +62,7 @@ SECTIONS { asm/mevent_server_ish.o(.text); asm/mevent_server_helpers.o(.text); asm/mevent_news.o(.text); + src/union_room_chat.o(.text); asm/union_room_chat.o(.text); asm/berry_crush.o(.text); src/berry_powder.o(.text); @@ -412,6 +413,7 @@ SECTIONS { src/mevent2.o(.rodata); data/mevent_801BAAC.o(.rodata); data/mevent_server.o(.rodata); + src/union_room_chat.o(.rodata); data/union_room_chat.o(.rodata); data/berry_crush.o(.rodata); data/berry_powder.o(.rodata); |