Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
assidion2 authored and assidion2 committed Sep 1, 2024
1 parent 4ec4962 commit 42850f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions headers/functions/arm9.h
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@ bool IsExclusiveItemForMonster(struct item* item, enum monster_id monster_id, en
enum type_id type2);
enum item_id BagHasExclusiveItemTypeForMonster(enum exclusive_item_effect_id effect_id, enum monster_id monster_id,
enum type_id type1, enum type_id type2);
bool GetExclusiveItemForMonsterFromBag(struct item* item, enum exclusive_item_effect_id effect_id, enum monster_id monster_id,
enum type_id type1, enum type_id type2);
bool GetExclusiveItemForMonsterFromBag(struct item* item, enum exclusive_item_effect_id effect_id,
enum monster_id monster_id, enum type_id type1, enum type_id type2);
int GetHpBoostFromExclusiveItems(undefined* param_1);
void ApplyGummiBoostsToGroundMonster(struct ground_monster* ground_monster, enum item_id item_id,
bool not_boost_stats, struct gummi_result* gummi_result);
Expand Down
3 changes: 2 additions & 1 deletion headers/functions/overlay29.h
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,8 @@ void GetPossibleAiThrownItemDirections(struct entity* entity, int ally_or_enemy,
void GetPossibleAiArcItemTargets(struct entity* user, struct item* item, struct position* positions,
bool always_add_position);
void TryNonLeaderItemPickUp(struct entity* entity);
bool GetExclusiveItemWithEffectFromBag(struct entity* entity, enum exclusive_item_effect_id effect_id,
bool GetExclusiveItemWithEffectFromBag(struct entity* entity,
enum exclusive_item_effect_id effect_id,
struct item* item);
bool AuraBowIsActive(struct entity* entity);
int ExclusiveItemOffenseBoost(struct entity* entity, int move_category_idx);
Expand Down

0 comments on commit 42850f4

Please sign in to comment.