Merge pull request #187 from golemgalvanize/decompile_item_use
decompile item_use
This commit is contained in:
commit
b3315b64a1
3 changed files with 1272 additions and 2864 deletions
2863
asm/item_use.s
2863
asm/item_use.s
File diff suppressed because it is too large
Load diff
|
@ -162,7 +162,7 @@ SECTIONS {
|
||||||
asm/rotating_gate.o(.text);
|
asm/rotating_gate.o(.text);
|
||||||
src/safari_zone.o(.text);
|
src/safari_zone.o(.text);
|
||||||
asm/contest_link_80FC4F4.o(.text);
|
asm/contest_link_80FC4F4.o(.text);
|
||||||
asm/item_use.o(.text);
|
src/item_use.o(.text);
|
||||||
asm/battle_anim_80FE840.o(.text);
|
asm/battle_anim_80FE840.o(.text);
|
||||||
src/bike.o(.text);
|
src/bike.o(.text);
|
||||||
asm/easy_chat.o(.text);
|
asm/easy_chat.o(.text);
|
||||||
|
|
1271
src/item_use.c
Executable file
1271
src/item_use.c
Executable file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue