diff options
author | drifloony <drifloony@users.noreply.github.com> | 2017-07-17 00:58:32 -0700 |
---|---|---|
committer | drifloony <drifloony@users.noreply.github.com> | 2017-07-17 00:58:32 -0700 |
commit | 92c40a7028ad95ffa11432d1b9eb1ece08d5c4d8 (patch) | |
tree | f53350ca38d6e908ad8c44552db44a4cd3d08717 /ld_script.txt | |
parent | e50b9e28bc0d98c69b22f6d13298e705eb4eb865 (diff) |
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 43fb78ecd..5bc3a4cee 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -213,7 +213,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); |