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 | |
parent | 0ba4eb4780805e3d6f9fd1739cbdcd2f280b8c5d (diff) |
rename rom3.c to battle_controllers.c
-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 */ |