diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-01-21 00:21:14 -0600 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-01-20 22:21:13 -0800 |
commit | 984985bd69bbb47b13516bc91cd740315b954ace (patch) | |
tree | d9481ee81d39bfc5b474376cad4fd7524a0da04c /ld_script.txt | |
parent | 3d3ef45a8c3d4f974dac94ab49fe906d26a8edab (diff) |
put data in bike.c (#206)
* start decompiling bike.c
* decompile more of bike.c
* decompile MovePlayerOnAcroBike and CheckMovementInputAcroBike
* decompile more of bike
* put data in bike.c
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 a725b54b0..ceb519f0a 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -378,7 +378,7 @@ SECTIONS { data/rotating_gate.o(.rodata); data/item_use.o(.rodata); data/battle_anim_80CA710.o(.rodata); - data/bike.o(.rodata); + src/bike.o(.rodata); data/easy_chat.o(.rodata); data/pokenav.o(.rodata); data/mon_markings.o(.rodata); |