diff options
author | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-03-05 00:00:01 -0500 |
---|---|---|
committer | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-03-10 22:32:17 -0500 |
commit | f7a73281cfdfe36af057d1700cc046b80da98f70 (patch) | |
tree | 59fdbec6129b7257b134d057bf27422d4952cd74 /ld_script.txt | |
parent | 9a4864c1cf8c0a6da847f3b8977aaca23b712a5a (diff) |
Decomped GetFlashFireStatus()
Diffstat (limited to 'ld_script.txt')
-rwxr-xr-x | ld_script.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index d7cdcda..7f20c1c 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -240,6 +240,8 @@ SECTIONS { asm/code_8073CF0.o(.text); src/dungeon_ai_movement.o(.text); asm/code_8075BA4.o(.text); + 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); |