You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Rename SLP to SLP_MASK (#918)
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
This commit is contained in:
@@ -765,7 +765,7 @@ TryEnemyFlee:
|
||||
jr nz, .Stay
|
||||
|
||||
ld a, [wEnemyMonStatus]
|
||||
and 1 << FRZ | SLP
|
||||
and 1 << FRZ | SLP_MASK
|
||||
jr nz, .Stay
|
||||
|
||||
ld a, [wTempEnemyMonSpecies]
|
||||
|
||||
Reference in New Issue
Block a user