summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2017-04-09 01:05:20 +0000
committerYamaArashi <YamaArashi@users.noreply.github.com>2017-04-08 18:05:20 -0700
commit83d7f52f2cadd4232ee674947a93e93fc18e483a (patch)
treea7b36f471848a276c896ea874515b4ddb37e96d2 /ld_script.txt
parent30310871d369055715374958e5244f84c028da7f (diff)
finish decompiling item_use.c (#244)
* nonmatching sub_80C9720 and decompile sub_80C9838 * finish decompiling Itemfinder functions. * decompile ItemUseOutOfBattle_PokeblockCase and ItemUseOutOfBattle_CoinCase * rename field_doortransition * rename weather file * decompile more of item_use.c * decompile up to repel code * decompile up to stat increase code * finish decompiling item_use.c * remove item_use from ld_script
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt11
1 files changed, 5 insertions, 6 deletions
diff --git a/ld_script.txt b/ld_script.txt
index 03b434ea1..91a6d01de 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -121,10 +121,10 @@ SECTIONS {
asm/rom5.o(.text);
asm/battle_anim_807B69C.o(.text);
src/title_screen.o(.text);
- src/weather.o(.text);
- asm/weather.o(.text);
- src/field_doortransition.o(.text);
- asm/field_doortransition.o(.text);
+ src/field_screeneffect.o(.text);
+ asm/field_screeneffect.o(.text);
+ src/field_fadetransition.o(.text);
+ asm/field_fadetransition.o(.text);
asm/rom_8080874.o(.text);
src/battle_setup.o(.text);
asm/cable_club.o(.text);
@@ -186,7 +186,6 @@ SECTIONS {
src/safari_zone.o(.text);
asm/contest_link_80C857C.o(.text);
src/item_use.o(.text);
- asm/item_use.o(.text);
asm/battle_anim_80CA710.o(.text);
src/bike.o(.text);
asm/easy_chat.o(.text);
@@ -366,7 +365,7 @@ SECTIONS {
data/task.o(.rodata);
data/battle_anim_807B69C.o(.rodata);
src/title_screen.o(.rodata);
- data/weather.o(.rodata);
+ data/field_screeneffect.o(.rodata);
data/rom_8080874.o(.rodata);
src/battle_setup.o(.rodata);
data/cable_club.o(.rodata);