diff options
| author | camthesaxman <camthesaxman@users.noreply.github.com> | 2019-07-30 22:14:41 -0500 |
|---|---|---|
| committer | camthesaxman <camthesaxman@users.noreply.github.com> | 2019-07-30 22:14:41 -0500 |
| commit | d7a754386ce491791fe8216fdcb0f4fb72240774 (patch) | |
| tree | cf9ca1a819df4854f55a97024507ee8dece451ef /ld_script.txt | |
| parent | 0ba4eb4780805e3d6f9fd1739cbdcd2f280b8c5d (diff) | |
rename rom3.c to battle_controllers.c
Diffstat (limited to 'ld_script.txt')
| -rw-r--r-- | ld_script.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 67d452f32..b7f72ac51 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -47,7 +47,7 @@ SECTIONS { src/link.o(.text); src/rtc.o(.text); src/main_menu.o(.text); - src/rom3.o(.text); + src/battle_controllers.o(.text); src/decompress.o(.text); asm/decompress.o(.text); src/battle_bg.o(.text); |
