diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-10-11 06:01:19 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-10-11 06:01:19 +0800 |
commit | c0c4a2e94b691ec102fa84eb555b7964daf92be0 (patch) | |
tree | 7bdf6fce84a36cf0f76036b4695dc65d14b308ab /ld_script.txt | |
parent | 89a377cdd3a24956ff549b0fa69a5a1cc26fe128 (diff) |
ghost
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 27ac542bc..d7681bda0 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -165,7 +165,7 @@ SECTIONS { asm/psychic.o(.text); asm/bug.o(.text); asm/rock.o(.text); - asm/ghost.o(.text); + src/ghost.o(.text); src/dragon.o(.text); src/dark.o(.text); src/ground.o(.text); @@ -423,6 +423,7 @@ SECTIONS { src/battle_anim_mon_movement.o(.rodata); src/item.o(.rodata); data/data_835B488.o(.rodata.83DF09C); + src/ghost.o(.rodata); src/dragon.o(.rodata); src/dark.o(.rodata); src/ground.o(.rodata); |