diff options
author | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-03-05 00:07:15 -0500 |
---|---|---|
committer | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-03-10 22:33:12 -0500 |
commit | 7e0046a2c9a056f3c3694a8c7b7bb9ac37a8e220 (patch) | |
tree | b7ae8a4f1c8b8f353f9b80ec51e83f417998e50a /ld_script.txt | |
parent | f7a73281cfdfe36af057d1700cc046b80da98f70 (diff) |
Decomped IsTargetInLineRange()
.
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ld_script.txt b/ld_script.txt index 7f20c1c..9230a24 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -243,10 +243,8 @@ SECTIONS { src/status.o(.text); asm/code_8077274.o(.text); src/dungeon_ai_attack.o(.text); - asm/code_807C4A0.o(.text); - src/dungeon_ai_attack_1.o(.text); asm/code_807C854.o(.text); - src/dungeon_ai_attack_2.o(.text); + src/dungeon_ai_attack_1.o(.text); asm/code_807CABC.o(.text); src/targeting_flags.o(.text); asm/code_807CD9C.o(.text); |