From d74dda011ad0fc50d3ffb1a98213308e114933cf Mon Sep 17 00:00:00 2001 From: ultima-soul Date: Wed, 17 Apr 2019 14:09:54 -0700 Subject: Port fldeff_teleport --- ld_script.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ld_script.txt') diff --git a/ld_script.txt b/ld_script.txt index bd94c2055..2ee7869b6 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -201,7 +201,7 @@ SECTIONS { asm/save_failed_screen.o(.text); asm/clear_save_data_screen.o(.text); asm/evolution_graphics.o(.text); - asm/fldeff_teleport.o(.text); + src/fldeff_teleport.o(.text); asm/new_menu_helpers.o(.text); asm/box_party_pokemon_dropdown.o(.text); asm/save_menu_util.o(.text); -- cgit v1.2.3 From 7ca19ae250abb713ca494a838791adc0dae9fd8d Mon Sep 17 00:00:00 2001 From: ultima-soul Date: Wed, 17 Apr 2019 17:32:52 -0700 Subject: Decompile fldeff_berrytree --- ld_script.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'ld_script.txt') diff --git a/ld_script.txt b/ld_script.txt index 2ee7869b6..bc51c7d0c 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -151,6 +151,7 @@ SECTIONS { asm/pokemon_size_record.o(.text); asm/pc_screen_effect.o(.text); asm/fldeff_poison.o(.text); + src/fldeff_berrytree.o(.text); asm/fldeff_berrytree.o(.text); asm/field_special_scene.o(.text); asm/safari_zone.o(.text); -- cgit v1.2.3 From 57603a0d46c785d845a3fa168f94c01dc8b0b253 Mon Sep 17 00:00:00 2001 From: ultima-soul Date: Thu, 18 Apr 2019 08:18:12 -0700 Subject: Fix formatting and ld_script --- ld_script.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'ld_script.txt') diff --git a/ld_script.txt b/ld_script.txt index bc51c7d0c..86464ee98 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -152,7 +152,6 @@ SECTIONS { asm/pc_screen_effect.o(.text); asm/fldeff_poison.o(.text); src/fldeff_berrytree.o(.text); - asm/fldeff_berrytree.o(.text); asm/field_special_scene.o(.text); asm/safari_zone.o(.text); asm/item_use.o(.text); -- cgit v1.2.3