diff options
author | PikalaxALT <pikalax1@gmail.com> | 2017-05-17 11:21:52 -0400 |
---|---|---|
committer | PikalaxALT <pikalax1@gmail.com> | 2017-05-17 11:21:52 -0400 |
commit | 5ee5e6b87e5cd8d67f505aa94f76dd38f10e8486 (patch) | |
tree | 2027aeed049a23dfe54842f364865f48d4db54ff /include/asm.inc.h | |
parent | 43f3259ee1c25aa2e1c1e7a6f62afc59a5eab7af (diff) |
couple more functions in tv.text_80BF544; fix type declaration of sub_80BF77C
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 0c111a991..e13b4668a 100644 --- a/include/asm.inc.h +++ b/include/asm.inc.h @@ -292,7 +292,7 @@ u8 sub_80BF0B8(u32); void sub_80BF478(void); u16 sub_80BF674(u16 species); s8 sub_80BF720(TVShow *); -u8 sub_80BF77C(u32); +bool8 sub_80BF77C(u16); void sub_80BFD44(void *, u32, u8); void sub_80C0514(void *, u32, u8); |