From a5489aeef4aa9e6243cc921122b390b8be20bda4 Mon Sep 17 00:00:00 2001 From: Melody Date: Fri, 9 Nov 2018 23:10:05 -0500 Subject: Decompiles metatile behaviors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Combines commits: * WIP: start on metatile behavior functions * WIP: more functions * WIP: more functions * WIP: another solid chunk + cleanup * WIP: more things are stuff * WIP: even more stuff done * WIP: 🆗 * WIP: Cleaning Up * WIP: More Cleanup * WIP: Additional Cleanup * WIP: clean up defines --- ld_script.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ld_script.txt') diff --git a/ld_script.txt b/ld_script.txt index f445feaf7..fd9360f96 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -92,7 +92,7 @@ SECTIONS { asm/new_game.o(.text); asm/overworld.o(.text); asm/fieldmap.o(.text); - asm/metatile_behavior.o(.text); + src/metatile_behavior.o(.text); asm/field_camera.o(.text); asm/field_door.o(.text); asm/field_player_avatar.o(.text); @@ -364,6 +364,8 @@ SECTIONS { src/bg_regs.o(.rodata); src/string_util.o(.rodata); data/data.o(.rodata); + data/metatile_behavior.o(.rodata); + data/data_835B488.o(.rodata); src/battle_ai_script_commands.o(.rodata); data/data_83F5738.o(.rodata); src/save.o(.rodata); -- cgit v1.2.3 From 5989a8a4616601db97333ea65694bd927d800ddc Mon Sep 17 00:00:00 2001 From: melody Date: Tue, 13 Nov 2018 23:38:42 -0500 Subject: Brings in surfable tile data structure --- 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 fd9360f96..40f9f25f2 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -364,6 +364,7 @@ SECTIONS { src/bg_regs.o(.rodata); src/string_util.o(.rodata); data/data.o(.rodata); + src/metatile_behavior.o(.rodata); data/metatile_behavior.o(.rodata); data/data_835B488.o(.rodata); src/battle_ai_script_commands.o(.rodata); -- cgit v1.2.3