diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-01-20 17:43:41 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-01-20 14:43:41 -0800 |
commit | cf0a4dbb86f164026fa2028ef5d0d4a5a419c9c3 (patch) | |
tree | b7daf555678f46533ad5fcc245f58790290acf36 /ld_script.txt | |
parent | 9274e189277ab6ec4d4efb90cb9e18145a8fec38 (diff) |
start decompiling bike.c (#203)
* start decompiling bike.c
* decompile more of bike.c
* decompile MovePlayerOnAcroBike and CheckMovementInputAcroBike
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 fa8dfbc4b..d60856033 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -176,6 +176,7 @@ SECTIONS { src/item_use.o(.text); asm/item_use.o(.text); asm/battle_anim_80CA710.o(.text); + src/bike.o(.text); asm/bike.o(.text); asm/easy_chat.o(.text); asm/pokenav.o(.text); |