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 /constants | |
| 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 'constants')
| -rw-r--r-- | constants/battle_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/battle_constants.asm b/constants/battle_constants.asm index 8f602d3a..3e53e194 100644 --- a/constants/battle_constants.asm +++ b/constants/battle_constants.asm @@ -59,7 +59,7 @@ DEF NOT_VERY_EFFECTIVE EQU 05 DEF NO_EFFECT EQU 00 ; non-volatile statuses -DEF SLP EQU %111 ; sleep counter +DEF SLP_MASK EQU %111 ; 0-7 turns const_def 3 const PSN ; 3 const BRN ; 4 |
