diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-04-14 10:13:51 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-04-14 13:44:44 -0500 |
commit | e3bdb08efa3ea0f2d55e77c5ab57528f6d604b6a (patch) | |
tree | 21c86c7c1ecfd7b204bb573b4bd2c3293bf7bbef /ld_script.txt | |
parent | 19fdfaa5f27317d79a57162613976bb2db69de28 (diff) |
Start decompiling pokenav_unk_3.c
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 0d2e3dbaa..b3602c47e 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -305,6 +305,7 @@ SECTIONS { src/pokenav_match_call_ui.o(.text); src/pokenav_unk_1.o(.text); asm/pokenav_unk_2.o(.text); + src/pokenav_unk_3.o(.text); asm/pokenav_unk_3.o(.text); asm/pokenav_unk_4.o(.text); asm/pokenav_unk_5.o(.text); |