diff --git a/headers/functions/overlay29.h b/headers/functions/overlay29.h index 487c33a6..f4e64bc5 100644 --- a/headers/functions/overlay29.h +++ b/headers/functions/overlay29.h @@ -78,6 +78,7 @@ void PlaySpeedDownEffect(struct entity* entity); void DisplayStockpileNumbers(struct entity* entity); void PlayInvisifySeIfShouldDisplayEntity(struct entity* entity); void ShowPpRestoreEffect(struct entity* entity); +void PlayAttractHitEffect(struct entity* entity); void PlayOffensiveStatDownEffect(struct entity* entity, int stat_index); void PlayDefensiveStatDownEffect(struct entity* entity, int stat_index); void PlayOffensiveStatUpEffect(struct entity* entity, int stat_index); diff --git a/symbols/overlay29.yml b/symbols/overlay29.yml index 97e034d2..ee40053e 100644 --- a/symbols/overlay29.yml +++ b/symbols/overlay29.yml @@ -959,6 +959,13 @@ overlay29: description: |- Displays the graphical effect on a monster that just recovered PP. + r0: entity pointer + - name: PlayAttractHitEffect + address: + NA: 0x22E4C00 + description: |- + Displays the graphical effect on a monster that was just hit by the move Attract. + r0: entity pointer - name: PlayOffensiveStatDownEffect address: