diff options
| author | Yoann Fievez <yoann.fievez@gmail.com> | 2026-06-14 23:01:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-14 17:01:53 -0400 |
| commit | 320b7c780a870b3923fe94793ca3a93d5eae00db (patch) | |
| tree | 6db8af6882b90c39db4c1a7248f061294b835f2e /ram | |
| parent | Document `UpdatePikachuHappinessAndMood` routine (#155) (diff) | |
| download | pokeyellow-320b7c780a870b3923fe94793ca3a93d5eae00db.tar.gz pokeyellow-320b7c780a870b3923fe94793ca3a93d5eae00db.tar.xz pokeyellow-320b7c780a870b3923fe94793ca3a93d5eae00db.zip | |
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.
Diffstat (limited to 'ram')
| -rw-r--r-- | ram/wram.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ram/wram.asm b/ram/wram.asm index 817b6b28..b8dcaf42 100644 --- a/ram/wram.asm +++ b/ram/wram.asm @@ -2083,7 +2083,7 @@ wPrinterSettings:: db wUnknownSerialFlag_d499:: db wPrinterConnectionOpen:: db wPrinterOpcode:: db -wd49b:: db +wPikachuEmotionModifier:: db ds 19 |
