diff options
author | Marco Willems (M17.1) <progreon@gmail.com> | 2018-01-09 18:43:52 +0100 |
---|---|---|
committer | Marco Willems (M17.1) <progreon@gmail.com> | 2018-01-09 18:43:52 +0100 |
commit | 66bf3cc2bbe16dd2b51bb76b2cae9e15272a6a34 (patch) | |
tree | 51264abd0076fa67bc9acd2dac4a96c8df55d3ae /ld_script.txt | |
parent | ee39862392cc263c3f3073c125cffcb449131643 (diff) |
Started decompiling bug.s
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 47e8297b2..ba0705659 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -292,6 +292,7 @@ SECTIONS { src/battle/anim/poison.o(.text); asm/flying.o(.text); asm/psychic.o(.text); + src/battle/anim/bug.o(.text); asm/bug.o(.text); asm/rock.o(.text); asm/ghost.o(.text); |