diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | asm/script_menu.s (renamed from asm/rom_80B79A8.s) | 0 | ||||
-rw-r--r-- | ld_script.txt | 2 |
3 files changed, 2 insertions, 2 deletions
@@ -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); |