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 /src/battle_interface.c | |
parent | b91879759462841b88ad3f0515ba205bedc84b90 (diff) |
decompile sub_8032350 - sub_80326EC
Diffstat (limited to 'src/battle_interface.c')
-rw-r--r-- | src/battle_interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_interface.c b/src/battle_interface.c index c05d66148..0fd9462cc 100644 --- a/src/battle_interface.c +++ b/src/battle_interface.c @@ -3032,7 +3032,7 @@ u8 GetScaledHPFraction(s16 hp, s16 maxhp, u8 scale) return result; } -int GetHPBarLevel(s16 hp, s16 maxhp) +u8 GetHPBarLevel(s16 hp, s16 maxhp) { int result; |