diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-18 15:16:08 -0500 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-11-18 15:16:08 -0500 |
| commit | b2070e0681d3bdc89d07d068cdd356aa2fff2e89 (patch) | |
| tree | a4d6ff24147cc0ecd1ffdc64e2d866587dbb6b15 /ld_script.txt | |
| parent | 28849464238625b15b488bb4bdf5124c083a22d8 (diff) | |
Decompile evolution_graphics.c
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 d84a70c7a..a081fc537 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -218,7 +218,7 @@ SECTIONS { src/diploma.o(.text); asm/save_failed_screen.o(.text); asm/clear_save_data_screen.o(.text); - asm/evolution_graphics.o(.text); + src/evolution_graphics.o(.text); src/fldeff_teleport.o(.text); src/new_menu_helpers.o(.text); asm/box_party_pokemon_dropdown.o(.text); @@ -489,7 +489,7 @@ SECTIONS { data/strings.o(.rodata); data/save_failed_screen.o(.rodata); data/clear_save_data_screen.o(.rodata); - data/evolution_graphics.o(.rodata); + src/evolution_graphics.o(.rodata); src/new_menu_helpers.o(.rodata); data/box_party_pokemon_dropdown.o(.rodata); src/map_preview_screen.o(.rodata); |
