diff options
author | camthesaxman <cameronghall@cox.net> | 2017-01-04 23:20:09 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-01-04 23:20:09 -0600 |
commit | 1505e4e24c3706d7178d0c0716d2274f51d77343 (patch) | |
tree | 070dd911f1944cb35cb25dc85680460fbd67d8d9 /include/asm.inc.h | |
parent | 41d2b112ebdf91da3d85b4495ceb95e69d69ef0a (diff) |
begin decompiling more intro code
Diffstat (limited to 'include/asm.inc.h')
-rw-r--r-- | include/asm.inc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm.inc.h b/include/asm.inc.h index 5e2b49a84..5ec19b81e 100644 --- a/include/asm.inc.h +++ b/include/asm.inc.h @@ -443,9 +443,9 @@ void sub_813CAF4(u8); void intro_reset_and_hide_bgs(void); void sub_813CCE8(u8); void sub_813CE30(u16, u16, u16, u16); -u8 sub_813CE88(/*TODO: arg types*/); -u8 sub_813CFA8(/*TODO: arg types*/); -void sub_813D084(/*TODO: arg types*/); +u8 sub_813CE88(u16, s16, u16, u16, u8); +u8 sub_813CFA8(u16, u16, u16, u16); +void sub_813D084(u8); u8 sub_813D584(/*TODO: arg types*/); void sub_813D788(struct Sprite *); void sub_813D880(struct Sprite *); |