diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2017-11-13 15:33:48 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-13 15:33:48 -0600 |
commit | 72b57b342eaf6e4a3ea77fae8b40e4ab11c64ae2 (patch) | |
tree | 29eea5976a7b445e1e1eb0c9db74a382b44394e0 /ld_script.txt | |
parent | d1fe93bf4adfb691ba3a9220a469e0e40483d809 (diff) | |
parent | 048dc4aa28c3e8331e03031f6a1a3c17f482c858 (diff) |
Merge pull request #106 from DizzyEggg/decompile_hall_of_fame
Decompile hall of fame
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 39535b0d0..40f592e3a 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -215,7 +215,7 @@ SECTIONS { src/reset_save_heap.o(.text); asm/field_region_map.o(.text); asm/battle_anim_8170478.o(.text); - asm/hall_of_fame.o(.text); + src/hall_of_fame.o(.text); asm/credits.o(.text); src/lottery_corner.o(.text); src/diploma.o(.text); @@ -436,7 +436,7 @@ SECTIONS { data/intro.o(.rodata); data/field_region_map.o(.rodata); data/battle_anim_8170478.o(.rodata); - data/hall_of_fame.o(.rodata); + src/hall_of_fame.o(.rodata); data/credits.o(.rodata); src/lottery_corner.o(.rodata); src/diploma.o(.rodata); |