From 6862a8a32b32b4d52c8fabd5fd01c037eb73eef5 Mon Sep 17 00:00:00 2001 From: Rena Kunisaki Date: Thu, 13 May 2021 20:56:52 -0400 Subject: update constants and labels --- Physical-Special-split.md | 6 +++--- 1 file 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] -- cgit v1.2.3