diff options
| author | vulcandth <vulcandth@gmail.com> | 2022-06-17 21:25:52 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-17 22:25:52 -0400 |
| commit | edb55e00f84024dd3634a25df8715e8b9cb3454b (patch) | |
| tree | 043aa188ef8748d8bb3e52b4abe7570db7486ce9 /engine/pokemon | |
| parent | Mention WildDataPointers in map_constants.asm (diff) | |
| download | pokeyellow-edb55e00f84024dd3634a25df8715e8b9cb3454b.tar.gz pokeyellow-edb55e00f84024dd3634a25df8715e8b9cb3454b.tar.xz pokeyellow-edb55e00f84024dd3634a25df8715e8b9cb3454b.zip | |
Rename `SLP` to `SLP_MASK` (#361)
Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
Diffstat (limited to 'engine/pokemon')
| -rw-r--r-- | engine/pokemon/status_ailments.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/pokemon/status_ailments.asm b/engine/pokemon/status_ailments.asm index 3da1fc43..05205a34 100644 --- a/engine/pokemon/status_ailments.asm +++ b/engine/pokemon/status_ailments.asm @@ -8,7 +8,7 @@ PrintStatusAilment:: jr nz, .frz bit PAR, a jr nz, .par - and SLP + and SLP_MASK ret z ld a, "S" ld [hli], a |
