diff options
author | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-01-02 16:36:25 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-02 16:36:25 -0800 |
commit | f4cf909d52fbad53b0256ef92501fddf1379a23f (patch) | |
tree | 1f416f5a55cbfca2008afc6f0652ce97aa19fc90 /ld_script.txt | |
parent | 9122e32749281a5b4825a17de6793f0acba62feb (diff) | |
parent | 65af722d7114082b89b80cc7940b7fb259bd692f (diff) |
Merge pull request #148 from marijnvdwerf/decompile/decoration
Decompile bit of decoration
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 eb2c35d88..8dd35b213 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -172,6 +172,8 @@ SECTIONS { asm/region_map.o(.text); asm/cute_sketch.o(.text); asm/decoration.o(.text); + src/decoration.o(.text); + asm/decoration.o(.text_80FE868); asm/slot_machine.o(.text); asm/contest_painting.o(.text); src/battle_ai.o(.text); |