summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-04-01 14:41:37 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-04-01 14:41:37 -0400
commit08f4d3e105a77531c3d817b16d0797b2be885f7f (patch)
tree6ddfad5ea68e51bcf4065054ff78ff0db833ae73
parent18fdb4e369e5417df16c53daee4631faf3e9d798 (diff)
Rename these objects to union_room_battle
-rwxr-xr-xasm/union_room_battle.s (renamed from asm/union_room_801A3F4.s)0
-rwxr-xr-xdata/union_room_battle.s (renamed from data/union_room_801A3F4.s)0
-rw-r--r--ld_script.txt4
3 files changed, 2 insertions, 2 deletions
diff --git a/asm/union_room_801A3F4.s b/asm/union_room_battle.s
index db8c62f6d..db8c62f6d 100755
--- a/asm/union_room_801A3F4.s
+++ b/asm/union_room_battle.s
diff --git a/data/union_room_801A3F4.s b/data/union_room_battle.s
index 65e8d4229..65e8d4229 100755
--- a/data/union_room_801A3F4.s
+++ b/data/union_room_battle.s
diff --git a/ld_script.txt b/ld_script.txt
index acf0358c3..a7bd9eaad 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -57,7 +57,7 @@ SECTIONS {
src/union_room.o(.text);
src/mystery_gift.o(.text);
src/union_room_player_avatar.o(.text);
- asm/union_room_801A3F4.o(.text);
+ asm/union_room_battle.o(.text);
src/mevent2.o(.text);
src/mevent_801BAAC.o(.text);
asm/mevent_server.o(.text);
@@ -413,7 +413,7 @@ SECTIONS {
src/union_room.o(.rodata);
src/mystery_gift.o(.rodata);
src/union_room_player_avatar.o(.rodata);
- data/union_room_801A3F4.o(.rodata);
+ data/union_room_battle.o(.rodata);
src/mevent2.o(.rodata);
src/mevent_801BAAC.o(.rodata);
data/mevent_server.o(.rodata);