summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-02-07 12:27:25 -0600
committerGitHub <noreply@github.com>2018-02-07 12:27:25 -0600
commit3fb2471016b97e4a2e1ee4d73d7d4e3e632eda7a (patch)
treeb73bc6cf151260511593ec1cf29c587b453dd3cd /ld_script.txt
parentdb97098b916716bc536465d961acefcc5af2b2e3 (diff)
parent0826ea552edf3c50c50fa9836605d5a1547ed92a (diff)
Merge pull request #197 from DizzyEggg/decompile_berry_tag_screen
Decompile berry tag screen
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 345afb27f..31d699fc1 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -229,7 +229,7 @@ SECTIONS {
asm/credits.o(.text);
src/lottery_corner.o(.text);
src/diploma.o(.text);
- asm/berry_tag_screen.o(.text);
+ src/berry_tag_screen.o(.text);
src/mystery_event_menu.o(.text);
src/save_failed_screen.o(.text);
src/braille_puzzles.o(.text);
@@ -504,7 +504,7 @@ SECTIONS {
src/lottery_corner.o(.rodata);
src/diploma.o(.rodata);
data/strings.o(.rodata);
- data/berry_tag_screen.o(.rodata);
+ src/berry_tag_screen.o(.rodata);
src/mystery_event_menu.o(.rodata);
src/save_failed_screen.o(.rodata);
data/braille_puzzles.o(.rodata);