diff options
author | camthesaxman <cameronghall@cox.net> | 2017-01-11 00:49:29 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-01-11 00:49:29 -0600 |
commit | d312ee301b03580bbe47add77441b671af70f8ac (patch) | |
tree | d7057a86cd6eda841ce2d151b806f849d6cadac9 /ld_script.txt | |
parent | f88eeb607409528dadbf841f2cb8e805d6e86deb (diff) |
start decompiling battle_anim.c
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 304d4ebf4..d54d6ea80 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -105,6 +105,7 @@ SECTIONS { src/tileset_anim.o(.text); src/palette.o(.text); src/sound.o(.text); + src/battle_anim.o(.text); asm/battle_anim.o(.text); asm/rom_8077ABC.o(.text); src/task.o(.text); |