diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-07-21 15:41:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-21 15:41:48 -0500 |
commit | c1a82f1aabc93e5b3c5f2729f70f4a11fc8a5748 (patch) | |
tree | 676bbbe79fc35a84d1204112d7531e06f9b81ea5 /ld_script.txt | |
parent | 989877283f0f09e424ad3f3925e8eee9dbbb7b71 (diff) | |
parent | 92c40a7028ad95ffa11432d1b9eb1ece08d5c4d8 (diff) |
Merge pull request #374 from drifloony/fldeff_flash
decompile fldeff_flash
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 284eb382e..5b831800f 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -212,7 +212,7 @@ SECTIONS { src/wallclock.o(.text); src/rom6.o(.text); src/pokeblock.o(.text); - asm/fldeff_flash.o(.text); + src/fldeff_flash.o(.text); src/post_battle_event_funcs.o(.text); src/time_events.o(.text); src/birch_pc.o(.text); |