diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-07-14 08:17:42 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-07-14 08:17:42 +0800 |
commit | fc16f5ac4f937c7ecd3b196878e4d33b7f752dcd (patch) | |
tree | c60dda0811210b1ced77f274b6f438d5185b9c96 /ld_script.txt | |
parent | 1caed4e6320570e9815ef43a4f0ebd14cc52c066 (diff) |
start of data decomp and data.s setup
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 1e9974d21..2159a7390 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -380,6 +380,7 @@ SECTIONS { src/bg_regs.o(.rodata); src/string_util.o(.rodata); data/data.o(.rodata); + src/pokemon.o(.rodata); src/trig.o(.rodata); src/util.o(.rodata); src/daycare.o(.rodata); |