diff options
| author | vulcandth <vulcandth@gmail.com> | 2022-06-17 21:25:53 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-17 22:25:53 -0400 |
| commit | 10cfe0903414a572baa48e3d5a0b091ce512a4f4 (patch) | |
| tree | 0fd4c3548ef164a8454ed459d8b73ab48e96aeca /engine/pikachu | |
| parent | Mention WildDataPointers in map_constants.asm (diff) | |
| download | pokeyellow-10cfe0903414a572baa48e3d5a0b091ce512a4f4.tar.gz pokeyellow-10cfe0903414a572baa48e3d5a0b091ce512a4f4.tar.xz pokeyellow-10cfe0903414a572baa48e3d5a0b091ce512a4f4.zip | |
Rename `SLP` to `SLP_MASK` (#89)
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
Diffstat (limited to 'engine/pikachu')
| -rw-r--r-- | engine/pikachu/pikachu_emotions.asm | 2 |
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 |
