summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-06-15 22:08:23 -0400
committerGitHub <noreply@github.com>2017-06-15 22:08:23 -0400
commitc8213423cefc83310bc62ca8bcc17d7b6b42e442 (patch)
treed832f92e52e4c470e9e8c7aa155a522c207c68f1 /ld_script.txt
parent6f4bf2cb0535b1a7dc72029c65d93e3ebdb19f95 (diff)
parent61e65d1b8e266bfa8909ba0d010947dcbc70979c (diff)
Merge pull request #323 from camthesaxman/decompile_pokedex
finish decompiling pokedex
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-xld_script.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt
index 7089171dd..9eb0a655f 100755
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -138,7 +138,6 @@ SECTIONS {
asm/pokemon_menu.o(.text);
src/option_menu.o(.text);
src/pokedex.o(.text);
- asm/pokedex.o(.text);
src/trainer_card.o(.text);
src/save_menu_util.o(.text);
src/battle_party_menu.o(.text);
@@ -388,7 +387,7 @@ SECTIONS {
src/field_effect.o(.rodata);
data/pokemon_menu.o(.rodata);
data/option_menu.o(.rodata);
- data/pokedex.o(.rodata);
+ src/pokedex.o(.rodata);
data/trainer_card.o(.rodata);
src/battle_party_menu.o(.rodata);
data/pokemon_storage_system.o(.rodata);