summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-10-24 20:06:20 -0700
committerYamaArashi <shadow962@live.com>2016-10-24 20:06:20 -0700
commit0ca92447690f580cc92a7a507b1a2ce36eacb459 (patch)
treee7c5279e5ab436469fc9556e90fd29655a7f5a6a
parenta3316a78a0f70827775610c490dd0b790535dc3d (diff)
rename rom_80B79A8 to script_menu
-rw-r--r--Makefile2
-rw-r--r--asm/script_menu.s (renamed from asm/rom_80B79A8.s)0
-rw-r--r--ld_script.txt2
3 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index eaa3a7b11..0cb5ed993 100644
--- a/Makefile
+++ b/Makefile
@@ -83,7 +83,7 @@ asm/rom_8094928.o \
asm/berry.o \
asm/rom_80B5054.o \
asm/naming_screen.o \
-asm/rom_80B79A8.o \
+asm/script_menu.o \
asm/contest_effect.o \
asm/record_mixing.o \
asm/sound_check_menu.o \
diff --git a/asm/rom_80B79A8.s b/asm/script_menu.s
index 0d630ba52..0d630ba52 100644
--- a/asm/rom_80B79A8.s
+++ b/asm/script_menu.s
diff --git a/ld_script.txt b/ld_script.txt
index 8849b79db..7f2a6c8d1 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -105,7 +105,7 @@ SECTIONS {
asm/berry.o(.text);
asm/rom_80B5054.o(.text);
asm/naming_screen.o(.text);
- asm/rom_80B79A8.o(.text);
+ asm/script_menu.o(.text);
asm/contest_effect.o(.text);
asm/record_mixing.o(.text);
asm/sound_check_menu.o(.text);