summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-08-01 21:04:16 -0400
committerGitHub <noreply@github.com>2019-08-01 21:04:16 -0400
commit00cf527c16d02fc912666d97a49dc7fedf996225 (patch)
tree251d6ae09bb0d9ea99303cd507281b35bf9a010a /ld_script.txt
parent1a34a06758175b4d39ee0a81c3441ac958d005fd (diff)
parentda78b51cf3e3031b4c3594c37e1b2b17566db8e2 (diff)
Merge pull request #85 from pret/slot_machine
Slot machine
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt
index d9506d33f..36c882c32 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -254,7 +254,7 @@ SECTIONS {
asm/berry_pouch.o(.text);
asm/itemfinder.o(.text);
src/buy_menu_helpers.o(.text);
- asm/slot_machine.o(.text);
+ src/slot_machine.o(.text);
src/roamer.o(.text);
src/mystery_gift_menu.o(.text);
src/mevent.o(.text);
@@ -454,7 +454,7 @@ SECTIONS {
data/berry_pouch.o(.rodata);
data/itemfinder.o(.rodata);
src/buy_menu_helpers.o(.rodata);
- data/slot_machine.o(.rodata);
+ src/slot_machine.o(.rodata);
src/roamer.o(.rodata);
src/mystery_gift_menu.o(.rodata);
src/mevent.o(.rodata);