diff options
| author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2025-05-31 15:08:23 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-31 15:08:23 -0400 |
| commit | b4bae4a5d5abd3f44a49028f550c1eb475ac280b (patch) | |
| tree | b1a750bbfcc548be5fa1e4a6f53d0dd4dd3a8132 /constants | |
| parent | Use features new to RGBDS 0.9.2 (#506) (diff) | |
| download | pokeyellow-b4bae4a5d5abd3f44a49028f550c1eb475ac280b.tar.gz pokeyellow-b4bae4a5d5abd3f44a49028f550c1eb475ac280b.tar.xz pokeyellow-b4bae4a5d5abd3f44a49028f550c1eb475ac280b.zip | |
Add a `CANNOT_MOVE` constant (#508)
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/move_constants.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constants/move_constants.asm b/constants/move_constants.asm index 3376c1af..1dccabfd 100644 --- a/constants/move_constants.asm +++ b/constants/move_constants.asm @@ -173,6 +173,8 @@ const STRUGGLE ; a5 DEF NUM_ATTACKS EQU const_value - 1 +DEF CANNOT_MOVE EQU $ff + ; Moves do double duty as animation identifiers. const SHOWPIC_ANIM |
