diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-06-28 11:04:15 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-06-28 11:04:15 +0800 |
commit | d06166633fe7cc97ec692131246bdc9121a71aaa (patch) | |
tree | 4b9d0536db29cc414a3e38bb14639960b70415e5 /ld_script.txt | |
parent | 8e8fe3bf443cec46c0b7cc2072748c90bedc964d (diff) |
finished mail_data
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index e19f6c35e..4f0a3b731 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -135,7 +135,7 @@ SECTIONS { asm/pokemon_icon.o(.text); asm/script_movement.o(.text); asm/fldeff_cut.o(.text); - asm/mail_data.o(.text); + src/mail_data.o(.text); asm/map_name_popup.o(.text); src/item_menu_icons.o(.text); src/battle_anim_mon_movement.o(.text); |