diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-08-17 21:05:59 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-08-17 21:05:59 +0200 |
commit | e9ec2a1a561d3041b8df2cb512a0e03ff5bca74b (patch) | |
tree | 03463c3e7a9c93847c15a3731a1888435b028d78 /ld_script.txt | |
parent | 3f0250648efc347ce6fab48e8bb814000c847b77 (diff) |
start decompiling battle transition
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index babcf5861..ed18398b2 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -227,6 +227,7 @@ SECTIONS { src/coins.o(.text); src/landmark.o(.text); src/fldeff_strength.o(.text); + src/battle_transition.o(.text); asm/battle_transition.o(.text); src/battle_811DA74.o(.text); asm/battle_message.o(.text); |