diff options
author | YamaArashi <shadow962@live.com> | 2017-05-09 03:46:55 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-05-09 03:46:55 -0700 |
commit | ca3da9a99901a20aa1b32a2bd9063fb49bb8612a (patch) | |
tree | 09752de237069de710a79834a6ce91d2aa06e2ac /ld_script.txt | |
parent | dd00a3421321c73420fe0e43ec46577f95bfa223 (diff) |
file renaming
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ld_script.txt b/ld_script.txt index 96f46a141..bc820c4d3 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -75,7 +75,7 @@ SECTIONS { asm/daycare.o(.text); src/egg_hatch.o(.text); asm/egg_hatch.o(.text); - src/battle_interface.o(.text); + src/battle_interface.o(.text); src/smokescreen.o(.text); asm/pokeball.o(.text); src/load_save.o(.text); @@ -123,11 +123,11 @@ SECTIONS { asm/reshow_battle_screen.o(.text); asm/battle_anim_807B69C.o(.text); src/title_screen.o(.text); - src/field_screeneffect.o(.text); - asm/field_screeneffect.o(.text); + src/field_weather.o(.text); + asm/field_weather.o(.text); src/field_fadetransition.o(.text); asm/field_fadetransition.o(.text); - asm/rom_8080874.o(.text); + asm/field_screen_effect.o(.text); src/battle_setup.o(.text); asm/cable_club.o(.text); src/mori_debug_menu.o(.text); @@ -383,7 +383,7 @@ SECTIONS { data/task.o(.rodata); data/battle_anim_807B69C.o(.rodata); src/title_screen.o(.rodata); - data/field_screeneffect.o(.rodata); + data/field_weather.o(.rodata); data/rom_8080874.o(.rodata); src/battle_setup.o(.rodata); data/cable_club.o(.rodata); |