diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-06-28 05:55:49 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-06-28 05:56:28 +0800 |
commit | 8e8fe3bf443cec46c0b7cc2072748c90bedc964d (patch) | |
tree | 5e3c933e14615e7daf0ac74d77545663dd05a8d4 /ld_script.txt | |
parent | be2010e0db8ca527693d40a6f1410000033f7e7f (diff) |
finished save_location
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index adbd9d0f5..e19f6c35e 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -227,7 +227,7 @@ SECTIONS { asm/pokedex_screen.o(.text); asm/list_menu.o(.text); asm/item_menu.o(.text); - asm/save_location.o(.text); + src/save_location.o(.text); src/bag.o(.text); src/trainer_pokemon_sprites.o(.text); src/vs_seeker.o(.text); @@ -421,6 +421,7 @@ SECTIONS { data/data_83FECCC.o(.rodata.841EE44); src/new_menu_helpers.o(.rodata); data/data_83FECCC.o(.rodata.841F4B4); + src/save_location.o(.rodata); src/bag.o(.rodata); src/trainer_pokemon_sprites.o(.rodata); src/vs_seeker.o(.rodata); |