summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-09-08 18:48:55 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2017-09-08 18:48:55 +0200
commit4d01d400a89c5d34e66f8e7bf3a01b029a7c5868 (patch)
tree32a37e2f4d7a98ebda9aa45a296b571a3caf70d1 /ld_script.txt
parenta55c5925a6a06fb28b2fb0886cfaadbbb13d0ed9 (diff)
port lottery corner
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 7a23b09e5..8a2130b3b 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -209,7 +209,7 @@ SECTIONS {
asm/battle_anim_8170478.o(.text);
asm/hall_of_fame.o(.text);
asm/credits.o(.text);
- asm/lottery_corner.o(.text);
+ src/lottery_corner.o(.text);
asm/diploma.o(.text);
asm/berry_tag_screen.o(.text);
asm/mystery_event_menu.o(.text);
@@ -319,7 +319,7 @@ SECTIONS {
data/battle_anim_8170478.o(.rodata);
data/hall_of_fame.o(.rodata);
data/credits.o(.rodata);
- data/lottery_corner.o(.rodata);
+ src/lottery_corner.o(.rodata);
data/diploma.o(.rodata);
data/strings.o(.rodata);
data/berry_tag_screen.o(.rodata);