diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index c2b35f7a2..28d187d26 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -141,6 +141,7 @@ SECTIONS { src/special_field_anim.o(.text); src/berry.o(.text); src/script_menu.o(.text); + src/naming_screen.o(.text); asm/naming_screen.o(.text); src/money.o(.text); src/script_pokemon_util.o(.text); @@ -459,6 +460,7 @@ SECTIONS { src/special_field_anim.o(.rodata); src/berry.o(.rodata); src/script_menu.o(.rodata); + src/naming_screen.o(.rodata); data/naming_screen.o(.rodata); src/pokemon_size_record.o(.rodata); src/item_use.o(.rodata); |