Skip to content

Commit

Permalink
Update headers/functions/overlay29.h
Browse files Browse the repository at this point in the history
Co-authored-by: UsernameFodder <93669634+UsernameFodder@users.noreply.github.com>
  • Loading branch information
assidion2 and UsernameFodder authored Sep 7, 2024
1 parent 06ad07a commit 529d502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion headers/functions/overlay29.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ bool ShouldDisplayEntityWrapper(struct entity* entity);
bool CanSeeTarget(struct entity* user, struct entity* target);
bool CanTargetEntity(struct entity* user, struct entity* target);
bool CanTargetPosition(struct entity* monster, struct position* position);
void PopulateActiveMonsterPtrs();
void PopulateActiveMonsterPtrs(void);
int GetTeamMemberIndex(struct entity* monster);
void SubstitutePlaceholderStringTags(int string_id, struct entity* entity, undefined4 param_3);
bool UpdateMapSurveyorFlag(void);
Expand Down

0 comments on commit 529d502

Please sign in to comment.