diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-10-11 12:58:59 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-10-11 12:58:59 +0800 |
commit | 6743faa82211187514153c6754f4ae43af7daf9c (patch) | |
tree | 641884e6e0b8641a02598940d2b871b27ba570a2 /ld_script.txt | |
parent | 1aa9698ff037aea4e52a5306d6abb4d1c528ef1c (diff) |
psychic
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 579b2cba1..db79e6d85 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -162,7 +162,7 @@ SECTIONS { asm/fighting.o(.text); asm/poison.o(.text); asm/flying.o(.text); - asm/psychic.o(.text); + src/psychic.o(.text); src/bug.o(.text); src/rock.o(.text); src/ghost.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/psychic.o(.rodata); src/bug.o(.rodata); src/rock.o(.rodata); src/ghost.o(.rodata); |