Skip to content

Commit

Permalink
Maaerge branch 'master' of https://github.com/assidion2/pmdsky-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
assidion2 committed Sep 7, 2024
2 parents 112304c + 32d31fc commit a1d0ba7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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
5 changes: 4 additions & 1 deletion symbols/overlay29.yml
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,10 @@ overlay29:
- name: PopulateActiveMonsterPtrs
address:
EU: 0x22E32B8
description: Populates active_monster_ptrs with all valid monsters in the monster_slot_headers array.
description: |-
Populates active_monster_ptrs with all valid monsters in the monster_slot_headers array.
No params.
- name: GetTeamMemberIndex
address:
EU: 0x22E3378
Expand Down

0 comments on commit a1d0ba7

Please sign in to comment.