diff options
-rw-r--r-- | ld_script.txt | 2 | ||||
-rw-r--r-- | src/battle_controllers.c (renamed from src/rom3.c) | 0 | ||||
-rw-r--r-- | sym_ewram.txt | 2 |
3 files changed, 2 insertions, 2 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); diff --git a/src/rom3.c b/src/battle_controllers.c index a1990b3ba..a1990b3ba 100644 --- a/src/rom3.c +++ b/src/battle_controllers.c diff --git a/sym_ewram.txt b/sym_ewram.txt index 316a47b5a..5556ae062 100644 --- a/sym_ewram.txt +++ b/sym_ewram.txt @@ -6,7 +6,7 @@ . += 0x2E8; . = ALIGN(4); src/link.o(ewram_data); -. = ALIGN(4); src/rom3.o(ewram_data); +. = ALIGN(4); src/battle_controllers.o(ewram_data); /* battle */ |