diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-11-19 13:29:07 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-19 13:29:07 -0600 |
commit | 6acf6aed0486d090bf4f8e731189b9d4ad07dadb (patch) | |
tree | 14944f58ff26ce5d59ed1383e9550a6215cbc83e /ld_script.txt | |
parent | 8f2ddf2997041bc813a32ac604002fcbb987e3a0 (diff) | |
parent | 58a1bba059a74203edb5d8819bf7af7e1171877a (diff) |
Merge pull request #391 from DizzyEggg/frontier
Clean up bss/common/ewram symbols and decompile mossdeep
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 33083a21a..486562547 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -188,6 +188,7 @@ SECTIONS { asm/cute_sketch.o(.text); src/decoration.o(.text); src/slot_machine.o(.text); + src/contest_painting.o(.text); asm/contest_painting.o(.text); src/battle_ai_script_commands.o(.text); src/trader.o(.text); @@ -268,7 +269,7 @@ SECTIONS { src/battle_arena.o(.text); src/battle_factory.o(.text); src/battle_pike.o(.text); - asm/mossdeep_gym.o(.text); + src/mossdeep_gym.o(.text); src/battle_pyramid.o(.text); src/item_menu.o(.text); src/list_menu.o(.text); @@ -283,7 +284,6 @@ SECTIONS { src/battle_controller_player_partner.o(.text); src/fldeff_groundshake.o(.text); src/fossil_specials.o(.text); - asm/fossil_specials.o(.text); src/berry_fix_program.o(.text); src/pokemon_summary_screen.o(.text); src/unk_pokedex_area_screen_helper.o(.text); |