diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-11-30 10:41:03 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-30 10:41:03 -0600 |
commit | 9dd7f8f2147ffcaa0b5a347a937b269a946717b3 (patch) | |
tree | 06743f9c4404802e3c7cdcd6e22e5b11070ffb4c /ld_script.txt | |
parent | 275ce5deff0e85d8a52c33b1c948bf4a5c3b5b99 (diff) |
Decompile pokedex_area_screen.c (#412)
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt index 31a9c3aac..df26da50d 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -203,7 +203,7 @@ SECTIONS { src/hof_pc.o(.text); src/field_specials.o(.text); src/battle_records.o(.text); - asm/pokedex_area_screen.o(.text); + src/pokedex_area_screen.o(.text); src/evolution_scene.o(.text); asm/roulette.o(.text); src/pokedex_cry_screen.o(.text); @@ -519,7 +519,7 @@ SECTIONS { src/time_events.o(.rodata); src/field_specials.o(.rodata); src/battle_records.o(.rodata); - data/pokedex_area_screen.o(.rodata); + src/pokedex_area_screen.o(.rodata); src/evolution_scene.o(.rodata); data/roulette.o(.rodata); src/pokedex_cry_screen.o(.rodata); |