diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 6353fceec..5014ebb4b 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -318,8 +318,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); |