diff options
author | Rena Kunisaki <RenaKunisaki@users.noreply.github.com> | 2021-05-13 20:56:52 -0400 |
---|---|---|
committer | Rena Kunisaki <RenaKunisaki@users.noreply.github.com> | 2021-05-13 20:56:52 -0400 |
commit | 6862a8a32b32b4d52c8fabd5fd01c037eb73eef5 (patch) | |
tree | 01e8b5e3999218d224a5277e9a43e595e162ca64 | |
parent | 099ac68b56e44c8180098593c84a027f1c20de7c (diff) |
update constants and labels
-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] |