diff options
author | yenatch <yenatch@gmail.com> | 2017-07-05 21:31:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-05 21:31:11 -0400 |
commit | 1eacd4ee74af05bcc4d4d50d60e257546bef474a (patch) | |
tree | 038b09108948ed7e24253333fdebc6bde6059a34 /ld_script.txt | |
parent | 550333dd91f134795d9d2bd4702ea92812e277f5 (diff) | |
parent | c2daf4f6c9f915e1fcc7c76c2a3ed2ce5b4eb637 (diff) |
Merge pull request #351 from Touched/decompile/rotating_gate
Decompile rotating_gate.s
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 64c4a6d57..0d8e2a65f 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -179,7 +179,7 @@ SECTIONS { src/pokemon_size_record.o(.text); asm/fldeff_80C5CD4.o(.text); src/field_special_scene.o(.text); - asm/rotating_gate.o(.text); + src/rotating_gate.o(.text); src/safari_zone.o(.text); asm/contest_link_80C857C.o(.text); src/contest_link_80C857C.o(.text); @@ -417,7 +417,7 @@ SECTIONS { data/fldeff_80C5CD4.o(.rodata); src/field_special_scene.o(.rodata); data/field_special_scene.o(.rodata); - data/rotating_gate.o(.rodata); + src/rotating_gate.o(.rodata); src/item_use.o(.rodata); data/battle_anim_80CA710.o(.rodata); src/bike.o(.rodata); |