diff options
author | YamaArashi <shadow962@live.com> | 2017-01-08 00:31:14 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-01-08 00:31:14 -0800 |
commit | cee1e81cb0d8bf808f145004b5b46249d2dbdedd (patch) | |
tree | fc2eab2f197095971b03ea8ecabdf81642859c7d /ld_script.txt | |
parent | 11f95794b99b5560f53c400ee5f7f3f231e8e3ad (diff) |
rename truck_scene.c to field_special_scene.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 89e607d83..b258669dc 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -167,7 +167,7 @@ SECTIONS { src/field_poison.o(.text); src/pokemon_size_record.o(.text); asm/fldeff_80C5CD4.o(.text); - src/truck_scene.o(.text); + src/field_special_scene.o(.text); asm/rotating_gate.o(.text); src/safari_zone.o(.text); asm/contest_link_80C857C.o(.text); @@ -370,7 +370,7 @@ SECTIONS { data/contest_link_80C2020.o(.rodata); src/pokemon_size_record.o(.rodata); data/fldeff_80C5CD4.o(.rodata); - data/truck_scene.o(.rodata); + data/field_special_scene.o(.rodata); data/rotating_gate.o(.rodata); data/item_use.o(.rodata); data/battle_anim_80CA710.o(.rodata); |