diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-01-21 04:36:36 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-01-21 01:36:36 -0800 |
commit | 50d60b4403c8f8395bb0d11f9767304a8d25b3ac (patch) | |
tree | 74614c85e023ad959a3af89e625a629e23e38904 /include/asm.inc.h | |
parent | 1d5f2f64f297017d2b0642b9939ca6dc7650c5cd (diff) |
finish decompiling bike.c (#207)
* decompile first few functions of field_map_obj.c
* formatting
* almost finish decompiling bike.c
* finish decompiling bike.c
Diffstat (limited to 'include/asm.inc.h')
-rw-r--r-- | include/asm.inc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm.inc.h b/include/asm.inc.h index 036cf0266..64f554ebd 100644 --- a/include/asm.inc.h +++ b/include/asm.inc.h @@ -362,7 +362,7 @@ void sub_80E5B38(u16 i, u16 c); u8 sub_80E5DEC(u8); bool8 player_should_look_direction_be_enforced_upon_movement(void); void sub_80E5FCC(int i, int i1); -void sub_80E6010(int i); +void sub_80E6010(u8 i); s16 sub_80E6034(void); void sub_80E6084(); |