diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-02-07 12:59:40 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-07 12:59:40 -0600 |
commit | ccae0ee97063d6a159358d6ce3ee93d12ceb17f4 (patch) | |
tree | 4448f6f86ad2f6e81e0ec02961e0833e2c72f346 /ld_script.txt | |
parent | 1ae5adbb19868b4149bb9b3df0d9f26aeedceaa1 (diff) | |
parent | a61dc815b0f8f8fa3c1eabcb2edabd04f3ad7ce6 (diff) |
Merge pull request #198 from DizzyEggg/decompile_item_icon
decompile item icon
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 89a03be61..fc89a4613 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -255,7 +255,7 @@ SECTIONS { asm/menu_indicators.o(.text); src/unk_text_util.o(.text); src/save_location.o(.text); - asm/item_icon.o(.text); + src/item_icon.o(.text); asm/party_menu.o(.text); asm/battle_tent.o(.text); src/unk_text_util_2.o(.text); @@ -525,6 +525,7 @@ SECTIONS { data/menu_indicators.o(.rodata); src/save_location.o(.rodata); data/item_icon.o(.rodata); + src/item_icon.o(.rodata); data/party_menu.o(.rodata); data/battle_tent.o(.rodata); src/unk_text_util_2.o(.rodata); |