diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-03-09 16:12:09 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-09 16:12:09 -0600 |
commit | d2d587406ab096fde731c98b83599eca7f8c0f90 (patch) | |
tree | e8fa8e32ed217ccd7f8d46e333bedfdd9977a3d7 /ld_script.txt | |
parent | ae214eca8b9086db64af3741aecaf05acf007b96 (diff) | |
parent | 711a345fd43da3edf0d1eed99e9df646c436ba16 (diff) |
Merge pull request #228 from DizzyEggg/decompile_item_menu_icons
Decompile item menu icons
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 8f104f391..7ead2a863 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -136,7 +136,7 @@ SECTIONS { asm/fldeff_cut.o(.text); src/mail_data.o(.text); asm/map_name_popup.o(.text); - asm/item_menu_icons.o(.text); + src/item_menu_icons.o(.text); asm/battle_anim_80D51AC.o(.text); src/item.o(.text); asm/item.o(.text); @@ -433,6 +433,7 @@ SECTIONS { src/pokemon_icon.o(.rodata); data/fldeff_cut.o(.rodata); data/map_name_popup.o(.rodata); + src/item_menu_icons.o(.rodata); data/item_menu_icons.o(.rodata); data/contest.o(.rodata); data/shop.o(.rodata); |