diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-07-21 12:15:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-21 12:15:21 -0500 |
commit | 989877283f0f09e424ad3f3925e8eee9dbbb7b71 (patch) | |
tree | 1ee4f8732e4de236e952a6274e1c1b005470702f /ld_script.txt | |
parent | 7d960d219fae9d0a14ef1974c11231f8de55b89c (diff) | |
parent | 9eca72fc7f34c4f1b860fca1b6b9d6b8cd96aefd (diff) |
Merge pull request #373 from drifloony/pokemon_icon
decompile pokemon_icon
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt index 03181e65a..284eb382e 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -147,7 +147,7 @@ SECTIONS { asm/pokemon_storage_system.o(.text); src/pokemon_storage_system.o(.text); asm/pokemon_storage_system.o(.text_8098A38); - asm/pokemon_icon.o(.text); + src/pokemon_icon.o(.text); asm/pokemon_summary_screen.o(.text); src/pokemon_summary_screen.o(.text); asm/pokemon_summary_screen.o(.text_80A0958); @@ -389,7 +389,7 @@ SECTIONS { src/trainer_card.o(.rodata); src/battle_party_menu.o(.rodata); data/pokemon_storage_system.o(.rodata); - data/pokemon_icon.o(.rodata); + src/pokemon_icon.o(.rodata); data/pokemon_summary_screen.o(.rodata); data/fldeff_cut.o(.rodata); src/item_menu.o(.rodata); |