From 320b7c780a870b3923fe94793ca3a93d5eae00db Mon Sep 17 00:00:00 2001 From: Yoann Fievez Date: Sun, 14 Jun 2026 23:01:53 +0200 Subject: Rename wd49b to wPikachuEmotionModifier (#156) This variable serves as an override for Pikachu's emotion following specific events like refusing a Thunder Stone. It is automatically cleared when its mood normalizes. --- engine/pikachu/pikachu_emotions.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/pikachu') diff --git a/engine/pikachu/pikachu_emotions.asm b/engine/pikachu/pikachu_emotions.asm index 3fc08363..787b4f94 100644 --- a/engine/pikachu/pikachu_emotions.asm +++ b/engine/pikachu/pikachu_emotions.asm @@ -343,7 +343,7 @@ MapSpecificPikachuExpression: ldpikaemotion a, PikachuEmotion22 jr c, .play_emotion .notInLavenderTower - ld a, [wd49b] + ld a, [wPikachuEmotionModifier] and a jr z, .mood_based_emotion dec a -- cgit v1.3.1-sl0p