aboutsummaryrefslogtreecommitdiffstats
path: root/engine/pikachu
diff options
context:
space:
mode:
Diffstat (limited to 'engine/pikachu')
-rw-r--r--engine/pikachu/pikachu_emotions.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/pikachu/pikachu_emotions.asm b/engine/pikachu/pikachu_emotions.asm
index 03717916..ae5d662e 100644
--- a/engine/pikachu/pikachu_emotions.asm
+++ b/engine/pikachu/pikachu_emotions.asm
@@ -390,7 +390,7 @@ IsPlayerPikachuAsleepInParty:
ld bc, wPartyMon2 - wPartyMon1
call AddNTimes
ld a, [hl]
- and SLP
+ and SLP_MASK
jr z, .done
jr .curMonSleepingPikachu