diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-01-01 19:16:57 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-01-01 16:16:57 -0800 |
commit | 7de050c235adef3031c991bbf4520d785f0a31ad (patch) | |
tree | e6c360ec4edaa676cfea7dea3f85c1a8c6d1a295 /ld_script.txt | |
parent | 6016d18c1dba45bcd55471ca656d5d53b2118cc6 (diff) |
start decompiling item_use.c (#144)
* begin decompiling item_use.c
* decompile more of item_use.c
* commit what I have currently
* formatting
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 6ed88f4ac..2d2489b74 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -148,6 +148,7 @@ SECTIONS { asm/rotating_gate.o(.text); src/safari_zone.o(.text); asm/contest_link_80C857C.o(.text); + src/item_use.o(.text); asm/item_use.o(.text); asm/battle_anim_80CA710.o(.text); asm/bike.o(.text); |