diff options
| author | Sylvie <35663410+Rangi42@users.noreply.github.com> | 2024-11-24 19:13:11 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-24 19:13:11 -0500 |
| commit | f801d67f8e9b1a7f690a0b6e1549c5811ac015cd (patch) | |
| tree | 2d9e6319f54214886123160128fc43d4a023ec83 /constants | |
| parent | GitHub Actions needs libpng-dev installed for rgbds (diff) | |
| download | pokeyellow-f801d67f8e9b1a7f690a0b6e1549c5811ac015cd.tar.gz pokeyellow-f801d67f8e9b1a7f690a0b6e1549c5811ac015cd.tar.xz pokeyellow-f801d67f8e9b1a7f690a0b6e1549c5811ac015cd.zip | |
Assert the relations between some move effect constants (#478)
Diffstat (limited to 'constants')
| -rw-r--r-- | constants/move_effect_constants.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/move_effect_constants.asm b/constants/move_effect_constants.asm index 8f33ece3..6914fafd 100644 --- a/constants/move_effect_constants.asm +++ b/constants/move_effect_constants.asm @@ -9,7 +9,7 @@ const POISON_SIDE_EFFECT1 ; $02 const DRAIN_HP_EFFECT ; $03 const BURN_SIDE_EFFECT1 ; $04 - const FREEZE_SIDE_EFFECT ; $05 + const FREEZE_SIDE_EFFECT1 ; $05 const PARALYZE_SIDE_EFFECT1 ; $06 const EXPLODE_EFFECT ; $07 Explosion, Self Destruct const DREAM_EATER_EFFECT ; $08 @@ -39,7 +39,7 @@ const SLEEP_EFFECT ; $20 const POISON_SIDE_EFFECT2 ; $21 const BURN_SIDE_EFFECT2 ; $22 - const_skip ; $23 + const FREEZE_SIDE_EFFECT2 ; $23 unused (Blizzard in JP Red/Green) const PARALYZE_SIDE_EFFECT2 ; $24 const FLINCH_SIDE_EFFECT2 ; $25 const OHKO_EFFECT ; $26 moves like Horn Drill |
