diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-06-14 21:55:35 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-06-14 21:55:35 -0400 |
commit | 07080a6e5921f7844decac66ac36e2a5296ff778 (patch) | |
tree | 91ee5276494ed423b3c3cd1344a9d0444a418dee /include/battle_interface.h | |
parent | b3dc66655ec1f5ebc822424c2f8094de2bea70cc (diff) | |
parent | daf3212ee1f2e790441c6c4651559c8aee5472b2 (diff) |
Merge branch 'master' of https://github.com/pret/pokeruby
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 |