summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-08-12 12:27:23 -0700
committerGitHub <noreply@github.com>2018-08-12 12:27:23 -0700
commit25832810f60a732f03608e0a02549c3318ba257d (patch)
treefe5e26647df15aa396c824d01dfbc05a35483d23 /ld_script.txt
parent32b0e102cf7ac8f6ec7f0e49324532c800d6b038 (diff)
parent1229bead2ea61019955ededd5f06e64d7e776155 (diff)
Merge pull request #288 from DizzyEggg/slot_machine
Port a little bit of slot machine
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 453ea28e8..7e0a351db 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -170,6 +170,7 @@ SECTIONS {
src/region_map.o(.text);
asm/cute_sketch.o(.text);
src/decoration.o(.text);
+ src/slot_machine.o(.text);
asm/slot_machine.o(.text);
asm/contest_painting.o(.text);
src/battle_ai_script_commands.o(.text);
@@ -464,6 +465,7 @@ SECTIONS {
src/region_map.o(.rodata);
data/cute_sketch.o(.rodata);
src/decoration.o(.rodata);
+ src/slot_machine.o(.rodata);
data/slot_machine.o(.rodata);
data/contest_painting.o(.rodata);
src/battle_ai_script_commands.o(.rodata);