merge with be

This commit is contained in:
Evan
2020-12-14 09:09:51 -07:00
19 changed files with 133 additions and 37 deletions

View File

@@ -94,6 +94,7 @@ s32 MoveBattleBar(u8 battler, u8 healthboxSpriteId, u8 whichBar, u8 arg3);
u8 GetScaledHPFraction(s16 hp, s16 maxhp, u8 scale);
u8 GetHPBarLevel(s16 hp, s16 maxhp);
void CreateAbilityPopUp(u8 battlerId, u32 ability, bool32 isDoubleBattle);
void DestroyAbilityPopUp(u8 battlerId);
void HideTriggerSprites(void);
#endif // GUARD_BATTLE_INTERFACE_H