diff options
author | YamaArashi <shadow962@live.com> | 2016-12-20 20:34:49 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-12-20 20:34:49 -0800 |
commit | 84a56e095d21f7b70270af955da342771d7ff7c7 (patch) | |
tree | 8d789038fe1cfa1e0a80a4599706035a0148f672 /ld_script.txt | |
parent | a5e670f683a795fb783b6303d81fccdff933d3c3 (diff) |
split out pokeball code/data
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 32a0dbfc7..9238cfc02 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -60,6 +60,7 @@ SECTIONS { asm/daycare.o(.text); asm/egg_hatch.o(.text); asm/rom_804373C.o(.text); + asm/pokeball.o(.text); src/load_save.o(.text); asm/trade.o(.text); asm/berry_blender.o(.text); @@ -257,6 +258,7 @@ SECTIONS { src/link.o(.rodata); src/rtc.o(.rodata); data/data2.o(.rodata); + data/pokeball.o(.rodata); data/trade.o(.rodata); data/berry_blender.o(.rodata); src/new_game.o(.rodata); |