diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2016-10-28 23:59:19 -0400 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-10-28 20:59:19 -0700 |
commit | 97c6849805f31404ae204b3a8fe831db8f5405c7 (patch) | |
tree | 685b87e609b0fdc283f33b7d01df6073604d3d8c /ld_script.txt | |
parent | d9e59a388c7c4b2464769963b3d58980ce742f70 (diff) |
decompile truck_scene.c (#76)
* begin decompiling truck_scene.c
* more truck_scene.c work.
* Task_Truck2 pushed for YamaArashi, nonmatching
* begin decompiling truck_scene.c
more truck_scene.c work.
Task_Truck2 pushed for YamaArashi, nonmatching
* make truck scene match
* cleanup
* more consistency
* finish decompiling truck_scene.c
* formatting
* oops
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 180f25724..0d02748c4 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -130,7 +130,7 @@ SECTIONS { asm/field_poison.o(.text); asm/big_shroomish_barboach.o(.text); asm/fldeff_80C5CD4.o(.text); - asm/truck_scene.o(.text); + src/truck_scene.o(.text); asm/porthole.o(.text); asm/rotating_gate.o(.text); asm/safari_zone.o(.text); |