From 154c44250512828d56f5431188a7907cd149ef10 Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Tue, 25 Jan 2022 22:46:40 -0500 Subject: Decomped CanMoveInDirection() --- 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 23ea939..6562b0f 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -214,7 +214,7 @@ SECTIONS { src/dungeon_capabilities.o(.text); asm/code_8070BC0.o(.text); src/dungeon_capabilities_1.o(.text); - asm/code_8070D04.o(.text); + asm/code_8070E3C.o(.text); src/dungeon_ai.o(.text); asm/code_8071518.o(.text); src/dungeon_ai_1.o(.text); @@ -400,6 +400,8 @@ SECTIONS { data/data_80F59C8.o(.rodata); src/charge_move.o(.rodata); data/data_8106A4C.o(.rodata); + src/dungeon_capabilities_1.o(.rodata); + data/data_8106FB5.o(.rodata); src/dungeon_ai_1.o(.rodata); data/data_8107010.o(.rodata); src/friend_area.o(.rodata); -- cgit v1.2.3 From 42909d03330749e610900d5aa5765758cc05e533 Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Tue, 25 Jan 2022 23:17:27 -0500 Subject: Decomped GetCrossableTerrain() --- 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 6562b0f..cca6013 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -209,6 +209,8 @@ SECTIONS { asm/code_806CD90.o(.text); src/status_checks.o(.text); asm/code_80701A4.o(.text); + src/dungeon_movement.o(.text); + asm/code_807034C.o(.text); src/status_checks_1.o(.text); asm/code_8070B48.o(.text); src/dungeon_capabilities.o(.text); @@ -225,7 +227,7 @@ SECTIONS { asm/code_80718D8.o(.text); src/dungeon_ai_items.o(.text); asm/code_8073CF0.o(.text); - src/dungeon_movement.o(.text); + src/dungeon_ai_movement.o(.text); asm/code_8075BA4.o(.text); src/dungeon_ai_attack.o(.text); asm/code_807CABC.o(.text); -- cgit v1.2.3 From f2457501ee643a2fc3b23e93f4e2f0a567a3231c Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Tue, 25 Jan 2022 23:24:14 -0500 Subject: Decomped IsFixedDungeon() --- ld_script.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ld_script.txt') diff --git a/ld_script.txt b/ld_script.txt index cca6013..4390af2 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -186,6 +186,8 @@ SECTIONS { asm/code_8041AD0.o(.text); src/code_80428A0.o(.text); asm/code_80428A0.o(.text); + src/dungeon_engine.o(.text); + asm/code_8044210.o(.text); src/dungeon_action.o(.text); asm/code_8044CC8.o(.text); src/dungeon_util.o(.text); -- cgit v1.2.3