diff options
author | camthesaxman <cameronghall@cox.net> | 2017-06-10 16:50:56 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-06-10 16:50:56 -0500 |
commit | 974e4da9c9d325491df07d842da5eb6b45b50b2e (patch) | |
tree | 6a5c65fd0ef19bf8bae09aece9a3237065693d00 /include/battle_interface.h | |
parent | b91879759462841b88ad3f0515ba205bedc84b90 (diff) |
decompile sub_8032350 - sub_80326EC
Diffstat (limited to 'include/battle_interface.h')
-rw-r--r-- | include/battle_interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/battle_interface.h b/include/battle_interface.h index e85f87a30..70434f9a9 100644 --- a/include/battle_interface.h +++ b/include/battle_interface.h @@ -31,6 +31,6 @@ void sub_8045A5C(u8, struct Pokemon *, u8); s32 sub_8045C78(u8, u8, u8, u8); s16 sub_80460C8(struct BattleInterfaceStruct1 *, int *, void *, int); u8 GetScaledHPFraction(s16, s16, u8); -int GetHPBarLevel(s16, s16); +u8 GetHPBarLevel(s16, s16); #endif // GUARD_BATTLE_INTERFACE_H |