diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-08-18 18:30:54 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-08-18 18:30:54 +0200 |
commit | f121f436674c7f18457665b4f0db3d00adc9914f (patch) | |
tree | 26496c17669928aa91224fa687a77c5f4c591165 /ld_script.txt | |
parent | b8df978e81827b143974cbb80f04aaac64634e09 (diff) | |
parent | bcb7e87f30ba121c6f5852931091b341e0c7dc11 (diff) |
Merge branch 'master' into decompile_egg_hatch
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 c607343cf..c43906b68 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -254,7 +254,7 @@ SECTIONS { src/intro.o(.text); src/field_region_map.o(.text); asm/battle_anim_813F0F4.o(.text); - asm/hall_of_fame.o(.text); + src/hall_of_fame.o(.text); src/credits.o(.text); src/lottery_corner.o(.text); src/diploma.o(.text); @@ -462,7 +462,7 @@ SECTIONS { src/player_pc.o(.rodata); src/intro.o(.rodata); data/battle_anim_813F0F4.o(.rodata); - data/hall_of_fame.o(.rodata); + src/hall_of_fame.o(.rodata); src/credits.o(.rodata); data/credits.o(.rodata); src/lottery_corner.o(.rodata); |