diff options
-rw-r--r-- | Physical-Special-split.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Physical-Special-split.md b/Physical-Special-split.md index d9b4c58..95b2d44 100644 --- a/Physical-Special-split.md +++ b/Physical-Special-split.md @@ -250,15 +250,14 @@ Here we're just masking out categories again. +; Get the Pokémon's base Special Attack + ld a, BANK(BaseData) + call GetFarByte ++ pop hl +; If its base Attack is greater than its base Special Attack, +; don't encourage this move. + cp d + jr nc, .asm_38b09 -+ pop hl + ret .asm_38b09 -+ pop hl call AI_80_20 ret c dec [hl] |