diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-04-07 04:57:12 +0100 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-04-06 23:50:08 -0700 |
commit | d82d26c2b3b2b955d43f940ad007c0d839d8c89c (patch) | |
tree | 7f6a67ee1faa923347a805f1bfe7f90e9702ac6f /ld_script.txt | |
parent | f081eb66f69d054b48abb2cafeff2bfad8b16859 (diff) |
split out field_doortransition.s
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 65c9d9d78..13a562737 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -123,7 +123,8 @@ SECTIONS { src/title_screen.o(.text); src/weather.o(.text); asm/weather.o(.text); - src/rom_8080874.o(.text); + src/field_doortransition.o(.text); + asm/field_doortransition.o(.text); asm/rom_8080874.o(.text); src/battle_setup.o(.text); asm/cable_club.o(.text); |