diff options
Diffstat (limited to 'Physical-Special-split.md')
-rw-r--r-- | Physical-Special-split.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Physical-Special-split.md b/Physical-Special-split.md index 96e6c70..d0ee459 100644 --- a/Physical-Special-split.md +++ b/Physical-Special-split.md @@ -229,12 +229,12 @@ Here we're just masking out categories again. -; enemy's Special Defense level is lower than +2, and the player is of a special type. +; enemy's Special Defense level is lower than +2, +; and the player's Pokémon is Special-oriented. - cp $9 + cp BASE_STAT_LEVEL + 2 ret nc - ld a, [wBattleMonType1] - cp SPECIAL -- jr nc, .asm_38b09 +- jr nc, .encourage - ld a, [wBattleMonType2] - cp SPECIAL - ret c @@ -260,7 +260,7 @@ Here we're just masking out categories again. + cp d + ret c - .asm_38b09 + .encourage call AI_80_20 ret c dec [hl] |