diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-01-23 21:30:13 -0600 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-01-23 21:30:13 -0600 |
commit | 5a57485ece9686eadaf2a96365aa285587ab51af (patch) | |
tree | c8ee151f021eda1a69e6e236cea3bc64e98e4396 /ld_script.txt | |
parent | f57340b729d741acae17213c9c748738fcc1dcb3 (diff) |
Decompile naming_screen.c
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt index 2e52eb343..b5fe8e48c 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -147,7 +147,7 @@ SECTIONS { asm/shop.o(.text); src/berry.o(.text); asm/script_menu.o(.text); - asm/naming_screen.o(.text); + src/naming_screen.o(.text); src/money.o(.text); asm/contest_effect.o(.text); asm/record_mixing.o(.text); @@ -440,7 +440,7 @@ SECTIONS { data/shop.o(.rodata); src/berry.o(.rodata); data/script_menu.o(.rodata); - data/naming_screen.o(.rodata); + src/naming_screen.o(.rodata); src/money.o(.rodata); data/contest_effect.o(.rodata); data/record_mixing.o(.rodata); |