summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt
index 62a7bf680..9b2100529 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -319,8 +319,9 @@ SECTIONS {
src/scene/cute_sketch.o(.text);
asm/cute_sketch.o(.text);
src/field/decoration.o(.text);
- asm/slot_machine.o(.text);
src/field/slot_machine.o(.text);
+ asm/slot_machine.o(.text);
+ src/field/slot_machine.o(.text_a);
asm/slot_machine.o(.text_8104D30)
src/field/slot_machine.o(.text_b);
src/scene/contest_painting.o(.text);
@@ -552,6 +553,7 @@ SECTIONS {
src/field/region_map.o(.rodata);
data/cute_sketch.o(.rodata);
src/field/decoration.o(.rodata);
+ src/field/slot_machine.o(.rodata);
data/slot_machine.o(.rodata);
src/scene/contest_painting.o(.rodata);
src/battle/battle_ai.o(.rodata);