diff options
author | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-01-04 11:54:29 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-04 11:54:29 -0800 |
commit | 3c1109d03f5e4581336ee870ed710567498e256f (patch) | |
tree | ba4e186c112f5a87cb82316a70f1b92fe355066f /ld_script.txt | |
parent | 355428ee31698073a93c335a6d9db47936c5ffbb (diff) | |
parent | 052a03361025b4da5edb3405d8d3070214e3ce68 (diff) |
Merge pull request #157 from marijnvdwerf/decompile/sub_800DC24
Decompile sub_800DC24
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 7ab8ac9ce..217afc056 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -49,6 +49,8 @@ SECTIONS { asm/rom3.o(.text); src/decompress.o(.text); asm/rom_800D42C.o(.text); + src/rom_800D42C.o(.text); + asm/rom_800D42C.o(.text_800DC24); src/pokemon_1.o(.text); src/calculate_base_damage.o(.text); src/pokemon_2.o(.text); |