diff options
author | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2021-12-29 23:33:22 -0600 |
---|---|---|
committer | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2021-12-29 23:33:22 -0600 |
commit | a61f7ea2a1913df28ea4f3ecd71c57fa4e5bbf5c (patch) | |
tree | caa6dacd9c2ac3cb94210e45eecd35af6c870747 /ld_script.txt | |
parent | edf909be4da55a435bf81f96ffcbd156b2120562 (diff) |
Decomped HasItem()
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 dc6efc7..3e9309b 100755 --- a/ld_script.txt +++ b/ld_script.txt @@ -192,6 +192,8 @@ SECTIONS { asm/code_80450F8.o(.text); src/dungeon_visibility.o(.text); asm/code_8045A00.o(.text); + src/dungeon_items.o(.text); + asm/code_8046CE4.o(.text); src/code_8048480.o(.text); asm/code_8048480.o(.text); src/dungeon_map_access.o(.text); |