diff options
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); |