diff options
author | YamaArashi <shadow962@live.com> | 2016-10-24 03:33:46 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-10-24 03:33:46 -0700 |
commit | 3565e0f5e3c8b0de1650dfa0b3f1e800ecfe2b3d (patch) | |
tree | 880706633d0901af4b3fd93b749543908f11fb7f /ld_script.txt | |
parent | b2f1a811ba74f353527d4f590d2d8d96a845f0a4 (diff) |
split out load_save.s, trade.s, and berry_blender.s
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index c5de0551e..07a81277a 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -58,6 +58,9 @@ SECTIONS { asm/daycare.o(.text); asm/egg_hatch.o(.text); asm/rom_804373C.o(.text); + asm/load_save.o(.text); + asm/trade.o(.text); + asm/berry_blender.o(.text); src/play_time.o(.text); src/new_game.o(.text); src/rom4.o(.text); |