diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-02-12 22:36:55 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-12 22:36:55 -0600 |
commit | bb8c53f8988be6cad8f270c46f24e0f6f1e862cc (patch) | |
tree | dca7115e05ed132733c1e5ea0b4a3322a2d41e9a /ld_script.txt | |
parent | 398e775d906ff4f1e5aaad3d8a9eee530c7b122d (diff) | |
parent | aaea65c37bb6dbe04de602492f6e175cabc87f22 (diff) |
Merge pull request #208 from KDSKardabox/master
Decompile birch_pc.c
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 86e0d58d3..838c468ad 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -79,7 +79,7 @@ SECTIONS { src/daycare.o(.text); src/egg_hatch.o(.text); src/battle_interface.o(.text); - asm/smokescreen.o(.text); + src/smokescreen.o(.text); src/pokeball.o(.text); src/load_save.o(.text); asm/trade.o(.text); @@ -183,7 +183,7 @@ SECTIONS { asm/fldeff_flash.o(.text); asm/post_battle_event_funcs.o(.text); src/time_events.o(.text); - asm/birch_pc.o(.text); + src/birch_pc.o(.text); src/hof_pc.o(.text); asm/field_specials.o(.text); asm/battle_records.o(.text); |