From 3da417dfc5c01d1ae0fc88a1b03b06cde4f8c55e Mon Sep 17 00:00:00 2001 From: Itred12 Date: Sun, 13 Sep 2026 18:39:15 -0400 Subject: [PATCH 1/2] Documented the function called by the move Attract to display its hit effect --- headers/functions/overlay29.h | 1 + symbols/overlay29.yml | 7 +++++++ 2 files changed, 8 insertions(+) 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..94c823be 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: From e6d555182cb475cd6e3eb276405fef380edf8cc5 Mon Sep 17 00:00:00 2001 From: Itred12 Date: Sun, 13 Sep 2026 18:41:56 -0400 Subject: [PATCH 2/2] Removed accidental trailing whitespace in front of the "address" field --- symbols/overlay29.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symbols/overlay29.yml b/symbols/overlay29.yml index 94c823be..ee40053e 100644 --- a/symbols/overlay29.yml +++ b/symbols/overlay29.yml @@ -961,7 +961,7 @@ overlay29: r0: entity pointer - name: PlayAttractHitEffect - address: + address: NA: 0x22E4C00 description: |- Displays the graphical effect on a monster that was just hit by the move Attract.