diff options
| author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-08-30 14:40:22 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-30 14:40:22 -0500 |
| commit | 1895383352da3bd5a4f4990fab045ae3610937fc (patch) | |
| tree | eb1794c8da8a8b51caa4abc0de8b797c49ead358 /ld_script.txt | |
| parent | 765e03846b471b26d986e9f64e41fd7b9ab5561e (diff) | |
| parent | 96f2b995dc67d1278bd65b3661426da95503cb5d (diff) | |
Merge pull request #308 from DizzyEggg/pyramid_bag
Decompile pyramid bag
Diffstat (limited to 'ld_script.txt')
| -rw-r--r-- | ld_script.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index a4219faf3..668cf7c5a 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -267,7 +267,6 @@ SECTIONS { src/pokemon_summary_screen.o(.text); src/unk_pokedex_area_screen_helper.o(.text); src/battle_pyramid_bag.o(.text); - asm/battle_pyramid_bag.o(.text); asm/pokenav.o(.text); src/match_call.o(.text); asm/pokenav.o(.text.after.match.call); @@ -545,6 +544,7 @@ SECTIONS { src/berry_fix_program.o(.rodata); src/pokemon_summary_screen.o(.rodata); src/unk_pokedex_area_screen_helper.o(.rodata); + src/battle_pyramid_bag.o(.rodata); data/battle_pyramid_bag.o(.rodata); data/pokenav.o(.rodata); src/match_call.o(.rodata); |
