summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorCameron Hall <camthesaxman@users.noreply.github.com>2017-09-08 21:44:04 -0500
committerGitHub <noreply@github.com>2017-09-08 21:44:04 -0500
commit0194be655696ca411368bce1a507b4c33cc9ca44 (patch)
treee758a6c5b41f54d495d195537ed2643324869d2f /ld_script.txt
parent7c62102116b7594f4f428ce8a1352d09f281337f (diff)
parentae2a5dee172294cafe605f1596fd7c3a4504ccc5 (diff)
Merge pull request #420 from DizzyEggg/decompile_evolution_scene
decompile evolution scene
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 925de17cc..4fa23048d 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -215,7 +215,7 @@ SECTIONS {
src/field_specials.o(.text);
src/battle_records.o(.text);
asm/pokedex_area_screen.o(.text);
- asm/evolution_scene.o(.text);
+ src/evolution_scene.o(.text);
asm/roulette.o(.text);
asm/pokedex_cry_screen.o(.text);
src/pokedex_cry_screen.o(.text);
@@ -440,7 +440,7 @@ SECTIONS {
src/time_events.o(.rodata);
src/field_specials.o(.rodata);
data/pokedex_area_screen.o(.rodata);
- data/evolution_scene.o(.rodata);
+ src/evolution_scene.o(.rodata);
data/roulette.o(.rodata);
data/pokedex_cry_screen.o(.rodata);
data/landmark.o(.rodata);