diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2018-04-24 08:21:39 -0400 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-04-24 08:21:39 -0400 |
| commit | bedf072c371990c991203d7ffca6e4c0941a891f (patch) | |
| tree | 1a9aa35115ea203b4120d9b88f4e6ac22bfd9cc7 /ld_script.txt | |
| parent | 3f34a0491d42c8e35a1d26bb34d59106d8a30660 (diff) | |
Finish decompilation of pokedex_area_screen
Diffstat (limited to 'ld_script.txt')
| -rw-r--r-- | ld_script.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt index 047638fd7..0b3622a1b 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -341,7 +341,6 @@ SECTIONS { src/field_specials.o(.text); src/battle/battle_records.o(.text); src/pokedex_area_screen.o(.text); - asm/pokedex_area_screen.o(.text); src/evolution_scene.o(.text); src/roulette.o(.text); asm/pokedex_cry_screen.o(.text); @@ -634,7 +633,6 @@ SECTIONS { src/field_specials.o(.rodata); src/battle/battle_records.o(.rodata); src/pokedex_area_screen.o(.rodata); - data/pokedex_area_screen.o(.rodata); src/evolution_scene.o(.rodata); data/roulette.o(.rodata); data/pokedex_cry_screen.o(.rodata); |
