diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2022-01-31 15:57:02 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-31 15:57:02 -0800 |
commit | 1d64db5214b455bbd6f50ad6369ec04420e03984 (patch) | |
tree | 1a78046d52129ea3ddafc06d391706590a54ceaf /ld_script.txt | |
parent | 408fe77d7b9440d7eb5d46eda5f920572d516d67 (diff) | |
parent | 5dc5b3b1f97f9467005dadd63f5f6e052f984bc3 (diff) |
Merge pull request #94 from AnonymousRandomPerson/master
Dungeon movement decomp
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt index 23ea939..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); @@ -209,12 +211,14 @@ 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); 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); @@ -225,7 +229,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); @@ -400,6 +404,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); |