diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-01-04 19:12:49 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-04 19:12:49 -0800 |
commit | f0e98a9204bf19981c0c9652bc9ed82ae95438e4 (patch) | |
tree | 5b25b91f7d9acbae8e0754fe89af800d0993fbaa /ld_script.txt | |
parent | b1a7733c1cead8ed3d4a58c42d638afd0ead8ab0 (diff) | |
parent | acf290ec6f6127a4ac84403d30e50e4e7670693c (diff) |
Merge pull request #496 from PikalaxALT/slot_machine
Slot machine
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ld_script.txt b/ld_script.txt index 6d35da842..ae10bf374 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -319,10 +319,7 @@ 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_8104D30) - src/field/slot_machine.o(.text_b); src/scene/contest_painting.o(.text); src/battle/battle_ai.o(.text); src/field/trader.o(.text); @@ -552,7 +549,7 @@ SECTIONS { src/field/region_map.o(.rodata); data/cute_sketch.o(.rodata); src/field/decoration.o(.rodata); - data/slot_machine.o(.rodata); + src/field/slot_machine.o(.rodata); src/scene/contest_painting.o(.rodata); src/battle/battle_ai.o(.rodata); src/field/trader.o(.rodata); |